Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dicmp6.h165 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-icmp6.c159 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_state.c4444 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { in ipf_checkicmp6matchingstate()
Dfil.c924 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0) in ipf_pr_icmp6()