Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/netinet/
H A Dicmp6.h132 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
803 case ICMP6_ECHO_REQUEST: \
/xnu-10002.61.3/bsd/net/
H A Dnat464_utils.c273 case ICMP6_ECHO_REQUEST: in nat464_translate_icmp()
362 type = ICMP6_ECHO_REQUEST; in nat464_translate_icmp()
H A Dpf.c4641 case ICMP6_ECHO_REQUEST: in pf_translate_icmp_af()
4730 type = ICMP6_ECHO_REQUEST; in pf_translate_icmp_af()
/xnu-10002.61.3/bsd/netinet6/
H A Dicmp6.c374 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || in icmp6_error_flag()
659 case ICMP6_ECHO_REQUEST: in icmp6_input()
928 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { in icmp6_input()
3265 if ((icmp6->icmp6_type == ICMP6_ECHO_REQUEST && in icmp6_dgram_send()