Searched refs:UNX_NGROUPS (Results 1 – 3 of 3) sorted by relevance
93 if (groups > UNX_NGROUPS) in unx_match()94 groups = UNX_NGROUPS; in unx_match()140 for (i = 0; i < UNX_NGROUPS && i < gi->ngroups; i++) in unx_marshal()
883 if (slen > UNX_NGROUPS || (len -= (slen + 2)*4) < 0) in svcauth_unix_accept()
34 #define UNX_NGROUPS 16 macro