authunix_parms
typedef struct authunix_parms *authp;
struct authunix_parms *aup;
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
aup = (struct authunix_parms *)rqstp->rq_clntcred;
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
*uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
struct authunix_parms *aup;
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
aup = (struct authunix_parms *)rqstp->rq_clntcred;
struct authunix_parms aup;
xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
struct authunix_parms aup;
hostname = ((struct authunix_parms *)
xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
struct authunix_parms *aup;
aup = (struct authunix_parms *)req->rq_clntcred;
struct authunix_parms *aup;
struct authunix_parms area_aup;