Searched refs:ICMP6_ECHO_REPLY (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h127 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
759 case ICMP6_ECHO_REPLY: \
/xnu-2422.115.4/bsd/netinet6/
H A Dicmp6.c681 nicmp6->icmp6_type = ICMP6_ECHO_REPLY;
686 icmp6stat.icp6s_outhist[ICMP6_ECHO_REPLY]++;
692 case ICMP6_ECHO_REPLY:
2289 if (icmp6->icmp6_type == ICMP6_ECHO_REPLY && icmp6->icmp6_code == 0) {

Completed in 30 milliseconds