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

/xnu-2422.115.4/bsd/netinet/
H A Digmp.c3357 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator in enum:__anon321
3358 REC_FULL = REC_ALLOW | REC_BLOCK
3544 nblock += !!(crt == REC_BLOCK);
3569 else if (crt == REC_BLOCK)
/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.c3006 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator in enum:__anon394
3007 REC_FULL = REC_ALLOW | REC_BLOCK
3184 nblock += !!(crt == REC_BLOCK);
3209 else if (crt == REC_BLOCK)

Completed in 29 milliseconds