Home
last modified time | relevance | path

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

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