Home
last modified time | relevance | path

Searched refs:aup_uid (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sunrpc/
Dauthuxprot.c52 ? xdr_u_short (xdrs, (u_short *) & (p->aup_uid)) in xdr_authunix_parms()
53 : xdr_u_int (xdrs, (u_int *) & (p->aup_uid))) in xdr_authunix_parms()
Dsvc_authux.c85 aup->aup_uid = IXDR_GET_LONG (buf); in _svcauth_unix()
Dauth_unix.c129 aup.aup_uid = uid; in authunix_create()
/glibc-2.36/sunrpc/rpc/
Dauth_unix.h65 __uid_t aup_uid; member