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()
73 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in yp_checkauth()
94 ypu_change_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_change_1_svc() argument
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()
128 ypu_insert_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_insert_1_svc() argument
137 astat = yp_checkauth(svcreq); in ypu_insert_1_svc()
140 svcerr_auth(svcreq->rq_xprt, astat); in ypu_insert_1_svc()
[all …]