Searched refs:REC_ALLOW (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3209 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator in enum:__anon370
3211 REC_FULL = REC_ALLOW | REC_BLOCK
3391 nallow += !!(crt == REC_ALLOW);
3415 if (crt == REC_ALLOW)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c2816 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator in enum:__anon430
2818 REC_FULL = REC_ALLOW | REC_BLOCK
2993 nallow += !!(crt == REC_ALLOW);
3017 if (crt == REC_ALLOW)

Completed in 78 milliseconds