ICMPV6_INFOMSG_MASK
if (type & ICMPV6_INFOMSG_MASK)
else if (!tp || !(*tp & ICMPV6_INFOMSG_MASK))
if (!(msg->type & ICMPV6_INFOMSG_MASK))
if (!(type & ICMPV6_INFOMSG_MASK))
if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK)
if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) {
if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) {