Symbol: authdes_cred
include/rpc/auth_des.h
111
extern int authdes_getucred( struct authdes_cred *, uid_t *, gid_t *, int *, gid_t * );
include/rpc/auth_des.h
115
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
lib/libc/rpc/auth_des.c
271
struct authdes_cred *cred = &ad->ad_cred;
lib/libc/rpc/auth_des.c
422
struct authdes_cred *cred = &ad->ad_cred;
lib/libc/rpc/auth_des.c
65
extern bool_t xdr_authdes_cred( XDR *, struct authdes_cred *);
lib/libc/rpc/auth_des.c
97
struct authdes_cred ad_cred; /* storage for credential */
lib/libc/rpc/authdes_prot.c
48
xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred)
lib/libc/rpc/svc_auth_des.c
113
struct authdes_cred *cred;
lib/libc/rpc/svc_auth_des.c
124
struct authdes_cred area_cred;
lib/libc/rpc/svc_auth_des.c
133
cred = (struct authdes_cred *)&area->area_cred;
lib/libc/rpc/svc_auth_des.c
454
authdes_getucred(struct authdes_cred *adc, uid_t *uid, gid_t *gid,
usr.sbin/rpc.ypupdated/ypupdated_server.c
110
des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
130
struct authdes_cred *des_cred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
144
des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
164
struct authdes_cred *des_cred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
178
des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
198
struct authdes_cred *des_cred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
212
des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
69
struct authdes_cred *des_cred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
73
des_cred = (struct authdes_cred *) svcreq->rq_clntcred;
usr.sbin/rpc.ypupdated/ypupdated_server.c
96
struct authdes_cred *des_cred;