• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/usr.sbin/ypserv/

Lines Matching defs:rqstp

76 ypproc_null_2_svc(void *argp, struct svc_req *rqstp)
82 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
84 if (yp_access(NULL, (struct svc_req *)rqstp))
94 ypproc_domain_2_svc(domainname *argp, struct svc_req *rqstp)
99 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) {
101 if (yp_access(NULL, (struct svc_req *)rqstp)) {
116 ypproc_domain_nonack_2_svc(domainname *argp, struct svc_req *rqstp)
121 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
123 if (yp_access(NULL, (struct svc_req *)rqstp))
136 ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp)
144 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
146 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
187 result.stat = yp_async_lookup_name(rqstp, nbuf,
190 result.stat = yp_async_lookup_addr(rqstp, nbuf,
193 result.stat = yp_async_lookup_name(rqstp, nbuf,
196 result.stat = yp_async_lookup_addr(rqstp, nbuf,
207 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
215 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
217 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
239 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp)
247 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
249 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
316 svc_sendreply(rqstp->rq_xprt, (xdrproc_t)xdr_ypresp_xfr, &result); \
322 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp)
330 rqhost = svc_getcaller(rqstp->rq_xprt);
334 argp->map_parms.domain, (struct svc_req *)rqstp)) {
336 if (yp_access(argp->map_parms.map, (struct svc_req *)rqstp)) {
359 mres = ypproc_master_2_svc(&mreq, rqstp);
427 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
433 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
435 if (yp_access(NULL, (struct svc_req *)rqstp))
489 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
503 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
505 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
563 svc_sendreply(rqstp->rq_xprt, (xdrproc_t)xdr_my_ypresp_all, &result);
576 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
586 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
588 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
624 ypproc_order_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
633 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
635 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
732 ypproc_maplist_2_svc(domainname *argp, struct svc_req *rqstp)
737 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) {
739 if (yp_access(NULL, (struct svc_req *)rqstp)) {
795 ypoldproc_null_1_svc(void *argp, struct svc_req *rqstp)
797 return(ypproc_null_2_svc(argp, rqstp));
801 ypoldproc_domain_1_svc(domainname *argp, struct svc_req *rqstp)
803 return(ypproc_domain_2_svc(argp, rqstp));
807 ypoldproc_domain_nonack_1_svc(domainname *argp, struct svc_req *rqstp)
809 return (ypproc_domain_nonack_2_svc(argp, rqstp));
816 ypoldproc_match_1_svc(yprequest *argp, struct svc_req *rqstp)
830 v2_result = ypproc_match_2_svc(&argp->yprequest_u.yp_req_keytype,rqstp);
844 ypoldproc_first_1_svc(yprequest *argp, struct svc_req *rqstp)
861 rqstp);
875 ypoldproc_next_1_svc(yprequest *argp, struct svc_req *rqstp)
891 v2_result = ypproc_next_2_svc(&argp->yprequest_u.yp_req_keytype,rqstp);
905 ypoldproc_poll_1_svc(yprequest *argp, struct svc_req *rqstp)
930 rqstp);
939 rqstp);
956 ypoldproc_push_1_svc(yprequest *argp, struct svc_req *rqstp)
968 ypoldproc_pull_1_svc(yprequest *argp, struct svc_req *rqstp)
980 ypoldproc_get_1_svc(yprequest *argp, struct svc_req *rqstp)