ICMP6_INFOMSG_MASK
if (type < ICMP6_INFOMSG_MASK) \
if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK)
if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)
if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) {