Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsyslimits.h94 #define GID_MAX 2147483647U /* max value for a gid_t (2^31-2) */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_persona.c1226 gid_t gid = GID_MAX; in persona_get_gid()
1229 return GID_MAX; in persona_get_gid()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c1337 *gid = GID_MAX; in in6_pcblookup_hash_exists()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2322 *gid = GID_MAX; in in_pcblookup_hash_exists()
/xnu-8019.80.24/bsd/net/
H A Dpf.c2971 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE) { in pf_match_gid()
4049 pd->lookup.gid = GID_MAX; in pf_socket_lookup()