Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dmld6.c3163 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator
3164 REC_FULL = REC_ALLOW | REC_BLOCK
3347 nblock += !!(crt == REC_BLOCK); in mld_v2_enqueue_filter_change()
3373 } else if (crt == REC_BLOCK) { in mld_v2_enqueue_filter_change()
/xnu-8020.101.4/bsd/netinet/
H A Digmp.c3441 REC_BLOCK = 0x02, /* MCAST_EXCLUDE */ enumerator
3442 REC_FULL = REC_ALLOW | REC_BLOCK
3638 nblock += !!(crt == REC_BLOCK); in igmp_v3_enqueue_filter_change()
3664 } else if (crt == REC_BLOCK) { in igmp_v3_enqueue_filter_change()