Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dicmp6.h132 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
814 case ICMP6_ECHO_REQUEST: \
/xnu-11215.81.4/bsd/net/
H A Dnat464_utils.c279 case ICMP6_ECHO_REQUEST: in nat464_translate_icmp()
368 type = ICMP6_ECHO_REQUEST; in nat464_translate_icmp()
H A Dpf.c4622 case ICMP6_ECHO_REQUEST: in pf_translate_icmp_af()
4711 type = ICMP6_ECHO_REQUEST; in pf_translate_icmp_af()
/xnu-11215.81.4/bsd/netinet6/
H A Dicmp6.c377 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || in icmp6_error_flag()
662 case ICMP6_ECHO_REQUEST: in icmp6_input()
931 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { in icmp6_input()
3266 if ((icmp6->icmp6_type == ICMP6_ECHO_REQUEST && in icmp6_dgram_send()
/xnu-11215.81.4/tests/skywalk/
H A Dskt_reass.c428 icmp6->icmp6_type = ICMP6_ECHO_REQUEST; in atomic_build()