Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REPLY (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/netinet/ !
H A Dicmp6.h133 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
817 case ICMP6_ECHO_REPLY: \
/xnu-11417.121.6/bsd/net/ !
H A Dnat464_utils.c288 case ICMP6_ECHO_REPLY: in nat464_translate_icmp()
377 type = ICMP6_ECHO_REPLY; in nat464_translate_icmp()
H A Dpf.c4625 case ICMP6_ECHO_REPLY: in pf_translate_icmp_af()
4714 type = ICMP6_ECHO_REPLY; in pf_translate_icmp_af()
/xnu-11417.121.6/bsd/netinet6/ !
H A Dicmp6.c727 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()
732 icmp6stat.icp6s_outhist[ICMP6_ECHO_REPLY]++; in icmp6_input()
737 case ICMP6_ECHO_REPLY: in icmp6_input()
2452 if (icmp6->icmp6_type == ICMP6_ECHO_REPLY && icmp6->icmp6_code == 0) { in icmp6_reflect()
/xnu-11417.121.6/tests/skywalk/ !
H A Dskt_reass.c479 assert(icmp6->icmp6_type == ICMP6_ECHO_REPLY); in atomic_match()