Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Digmp.c3537 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator
3539 REC_FULL = REC_ALLOW | REC_BLOCK
3734 nallow += !!(crt == REC_ALLOW); in igmp_v3_enqueue_filter_change()
3759 if (crt == REC_ALLOW) { in igmp_v3_enqueue_filter_change()
/xnu-10002.1.13/bsd/netinet6/
H A Dmld6.c3224 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator
3226 REC_FULL = REC_ALLOW | REC_BLOCK
3408 nallow += !!(crt == REC_ALLOW); in mld_v2_enqueue_filter_change()
3433 if (crt == REC_ALLOW) { in mld_v2_enqueue_filter_change()