Home
last modified time | relevance | path

Searched refs:ICMP6_INFOMSG_MASK (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h164 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
731 if (type < ICMP6_INFOMSG_MASK) \
/f-stack/freebsd/netinet/
H A Dicmp6.h160 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
727 if (type < ICMP6_INFOMSG_MASK) \
/f-stack/freebsd/netinet6/
H A Dicmp6.c462 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK) in icmp6_input()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c4534 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) {
H A Dfil.c908 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)