Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h193 #define ICMP6_INFOMSG_MASK 0x80 /* all informational messages */ macro
797 if (type < ICMP6_INFOMSG_MASK) \
/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c590 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK) { in icmp6_input()