Home
last modified time | relevance | path

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

/openbsd/lib/libc/rpc/
H A Dauth_unix.c92 authunix_create(char *machname, int uid, int gid, int len, int *aup_gids) in authunix_create() argument
130 aup.aup_gids = aup_gids; in authunix_create()
269 aup.aup_gids = NULL; in authunix_refresh()
H A Dsvc_auth_unix.c69 aup->aup_gids = area->area_gids; in _svcauth_unix()
93 aup->aup_gids[i] = IXDR_GET_LONG(buf); in _svcauth_unix()
H A Dauthunix_prot.c55 && xdr_array(xdrs, (caddr_t *)&(p->aup_gids), in xdr_authunix_parms()
/openbsd/include/rpc/
H A Dauth_unix.h68 int *aup_gids; member
/openbsd/usr.sbin/portmap/
H A Dportmap.c628 au->aup_uid, au->aup_gid, au->aup_len, au->aup_gids); in callit()