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

/freebsd-12-stable/sys/netinet/
H A Digmp.c2963 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator in enum:__anon16320
2965 REC_FULL = REC_ALLOW | REC_BLOCK
3146 nallow += !!(crt == REC_ALLOW);
3170 if (crt == REC_ALLOW)
/freebsd-12-stable/sys/netinet6/
H A Dmld6.c2669 REC_ALLOW = 0x01, /* MCAST_INCLUDE */ enumerator in enum:__anon16382
2671 REC_FULL = REC_ALLOW | REC_BLOCK
2851 nallow += !!(crt == REC_ALLOW);
2875 if (crt == REC_ALLOW)

Completed in 102 milliseconds