Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDicmp6.h155 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
715 if (type < ICMP6_INFOMSG_MASK) \
/NextBSD/contrib/tcpdump/
HDprint-icmp6.c153 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
/NextBSD/sys/netinet6/
HDicmp6.c480 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK) in icmp6_input()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_state.c4524 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) {
HDfil.c936 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)