authdes_cred
CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE);
netname = ((struct authdes_cred *)
struct authdes_cred *cred = &ad->ad_cred;
struct authdes_cred *cred = &ad->ad_cred;
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
struct authdes_cred ad_cred; /* storage for credential */
xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred)
struct authdes_cred area_cred;
struct authdes_cred *cred;
cred = (struct authdes_cred *)&area->area_cred;
authdes_getucred(const struct authdes_cred *adc, uid_t *uid, gid_t *gid,
struct authdes_cred *adc;
adc = (struct authdes_cred *)req->rq_clntcred;
CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE);
struct authdes_cred *adc;
adc = (struct authdes_cred *)req->rq_clntcred;
CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE);
extern int kauthdes_getucred(const struct authdes_cred *, cred_t *);
extern int authdes_getucred(const struct authdes_cred *,
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
struct authdes_cred *cred = &ad->ad_cred;
struct authdes_cred *cred = &ad->ad_cred;
struct authdes_cred ad_cred; /* storage for credential */
xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred)
struct authdes_cred *adc;
adc = (struct authdes_cred *)req->rq_clntcred;
struct authdes_cred *cred;
struct authdes_cred area_cred;
cred = (struct authdes_cred *)&area->area_cred;
kauthdes_getucred(const struct authdes_cred *adc, cred_t *cr)