Searched refs:authdes_cred (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/usr.sbin/rpc.ypupdated/ |
| HD | ypupdated_server.c | 69 struct authdes_cred *des_cred; in yp_checkauth() 73 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in yp_checkauth() 96 struct authdes_cred *des_cred; in ypu_change_1_svc() 110 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in ypu_change_1_svc() 130 struct authdes_cred *des_cred; in ypu_insert_1_svc() 144 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in ypu_insert_1_svc() 164 struct authdes_cred *des_cred; in ypu_delete_1_svc() 178 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in ypu_delete_1_svc() 198 struct authdes_cred *des_cred; in ypu_store_1_svc() 212 des_cred = (struct authdes_cred *) svcreq->rq_clntcred; in ypu_store_1_svc()
|
| /freebsd-14-stable/include/rpc/ |
| HD | auth_des.h | 68 struct authdes_cred { struct 114 extern int authdes_getucred( struct authdes_cred *, uid_t *, gid_t *, int *, gid_t * ); 118 extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
|
| /freebsd-14-stable/lib/libc/rpc/ |
| HD | svc_auth_des.c | 116 struct authdes_cred *cred; in _svcauth_des() 127 struct authdes_cred area_cred; in _svcauth_des() 136 cred = (struct authdes_cred *)&area->area_cred; in _svcauth_des() 457 authdes_getucred(struct authdes_cred *adc, uid_t *uid, gid_t *gid, in authdes_getucred()
|
| HD | auth_des.c | 68 extern bool_t xdr_authdes_cred( XDR *, struct authdes_cred *); 100 struct authdes_cred ad_cred; /* storage for credential */ 274 struct authdes_cred *cred = &ad->ad_cred; in authdes_marshal() 425 struct authdes_cred *cred = &ad->ad_cred; in authdes_refresh()
|
| HD | authdes_prot.c | 51 xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
|