Lines Matching refs:rqstp
210 yp_access(const char *map, const char *domain, const struct svc_req *rqstp) argument
213 yp_access(const char *map, const struct svc_req *rqstp)
226 if (rqstp->rq_prog != YPPASSWDPROG && rqstp->rq_prog != YPPROG) {
228 (unsigned long)rqstp->rq_prog,
229 (unsigned long)rqstp->rq_proc);
232 yp_procedure = rqstp->rq_prog == YPPASSWDPROG ?
234 yp_procs[rqstp->rq_proc + (12 * (rqstp->rq_vers - 1))];
237 rqhost = svc_getcaller(rqstp->rq_xprt);
261 (rqstp->rq_prog == YPPROG &&
262 rqstp->rq_proc == YPPROC_XFR) ||
263 (rqstp->rq_prog == YPXFRD_FREEBSD_PROG &&
264 rqstp->rq_proc == YPXFRD_GETMAP)) &&