Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dicmp6.h132 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
829 case ICMP6_ECHO_REQUEST: \
/xnu-12377.81.4/bsd/net/
H A Dnat464_utils.c285 case ICMP6_ECHO_REQUEST: in nat464_translate_icmp()
374 type = ICMP6_ECHO_REQUEST; in nat464_translate_icmp()
H A Dpf.c4625 case ICMP6_ECHO_REQUEST: in pf_translate_icmp_af()
4714 type = ICMP6_ECHO_REQUEST; in pf_translate_icmp_af()
/xnu-12377.81.4/bsd/netinet6/
H A Dicmp6.c379 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || in icmp6_error_flag()
664 case ICMP6_ECHO_REQUEST: in icmp6_input()
933 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { in icmp6_input()
3269 if ((icmp6->icmp6_type == ICMP6_ECHO_REQUEST && in icmp6_dgram_send()
/xnu-12377.81.4/tests/skywalk/
H A Dskt_reass.c428 icmp6->icmp6_type = ICMP6_ECHO_REQUEST; in atomic_build()