Home
last modified time | relevance | path

Searched refs:aup_gid (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/rpc/
H A Dauth_unix.h61 u_int aup_gid; member
/freebsd/lib/libc/rpc/
H A Dauthunix_prot.c65 xdr_u_int(xdrs, &(p->aup_gid)) && in xdr_authunix_parms()
H A Dsvc_auth_unix.c91 aup->aup_gid = (int)IXDR_GET_INT32(buf); in _svcauth_unix()
H A Dauth_unix.c129 aup.aup_gid = gid; in authunix_create()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c835 au->aup_uid, au->aup_gid, in rpcbproc_callit_com()