Home
last modified time | relevance | path

Searched refs:svcreq (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c67 yp_checkauth(struct svc_req *svcreq) in yp_checkauth() argument
71 switch (svcreq->rq_cred.oa_flavor) { in yp_checkauth()
103 astat = yp_checkauth(svcreq); in ypu_change_1_svc()
106 svcerr_auth(svcreq->rq_xprt, astat); in ypu_change_1_svc()
110 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in ypu_change_1_svc()
137 astat = yp_checkauth(svcreq); in ypu_insert_1_svc()
140 svcerr_auth(svcreq->rq_xprt, astat); in ypu_insert_1_svc()
171 astat = yp_checkauth(svcreq); in ypu_delete_1_svc()
174 svcerr_auth(svcreq->rq_xprt, astat); in ypu_delete_1_svc()
205 astat = yp_checkauth(svcreq); in ypu_store_1_svc()
[all …]