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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3210 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator in enum:__anon370
3211 REC_FULL = REC_ALLOW | REC_BLOCK
3392 nblock += !!(crt == REC_BLOCK);
3417 else if (crt == REC_BLOCK)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c2817 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator in enum:__anon430
2818 REC_FULL = REC_ALLOW | REC_BLOCK
2994 nblock += !!(crt == REC_BLOCK);
3019 else if (crt == REC_BLOCK)

Completed in 87 milliseconds