Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dicmp6.h155 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
715 if (type < ICMP6_INFOMSG_MASK) \
/freebsd-10-stable/contrib/tcpdump/
Dicmp6.h149 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
/freebsd-10-stable/sys/netinet6/
Dicmp6.c492 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK) in icmp6_input()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_state.c4535 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) {
Dfil.c940 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)