Home
last modified time | relevance | path

Searched refs:NGRPS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/rpc/
H A Dauthunix_prot.c54 #define NGRPS 16 macro
101 if (ngroups > NGRPS) in xdr_authunix_parms()
102 ngroups = NGRPS; in xdr_authunix_parms()
H A Dsvc_auth_unix.c54 #define NGRPS 16 macro
88 if (gid_len > NGRPS) { in _svcauth_unix()
/freebsd/lib/libc/rpc/
H A Dnetnamer.c61 static int _getgroups( char *, gid_t [NGRPS] );
93 for (gidlen = 0; gidlen < NGRPS; gidlen++) { in netname2user()
144 _getgroups(char *uname, gid_t groups[NGRPS]) in _getgroups() argument
156 if (ngroups == NGRPS) { in _getgroups()
H A Dsvc_auth_unix.c63 u_int area_gids[NGRPS]; in _svcauth_unix()
93 if (gid_len > NGRPS) { in _svcauth_unix()
H A Dauthunix_prot.c67 &(p->aup_len), NGRPS, sizeof(u_int), (xdrproc_t)xdr_u_int) ) { in xdr_authunix_parms()
H A Dauth_unix.c197 if (ngids > NGRPS) in authunix_create_default()
198 ngids = NGRPS; in authunix_create_default()
H A Dsvc_auth_des.c444 gid_t groups[NGRPS]; /* cached groups */
/freebsd/include/rpc/
H A Dauth_unix.h52 #define NGRPS 16 macro
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c237 if (ngroups > NGRPS) in set_auth()
238 ngroups = NGRPS; in set_auth()
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c130 gid_t cl_gid_storage[NGRPS];
581 int len = NGRPS; in svc_rpc_gss_build_ucred()