Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h40 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
208 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c250 interested = !(icmp6->icmp6_type & ICMP6_INFOMSG_MASK); in icmp_inbound_v6()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c4086 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK))
H A Dfil.c697 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)