Searched refs:ICMP6_INFOMSG_MASK (Results 1 – 4 of 4) sorted by relevance
40 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro208 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
4086 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK))
697 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)
248 interested = !(icmp6->icmp6_type & ICMP6_INFOMSG_MASK); in icmp_inbound_v6()