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

/freebsd-10.2-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c67 yp_checkauth(struct svc_req *svcreq) argument
71 switch (svcreq->rq_cred.oa_flavor) {
73 des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
94 ypu_change_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) argument
103 astat = yp_checkauth(svcreq);
106 svcerr_auth(svcreq->rq_xprt, astat);
110 des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
128 ypu_insert_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) argument
137 astat = yp_checkauth(svcreq);
140 svcerr_auth(svcreq
162 ypu_delete_1_svc(struct ypdelete_args *args, struct svc_req *svcreq) argument
196 ypu_store_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) argument
[all...]

Completed in 102 milliseconds