Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dicmp.h26 #define ICMP_ECHO 8 /* Echo Request */ macro
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c51 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
52 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
111 [ICMP_ECHO] = 1, in icmp_new()
Dnf_log_ipv4.c125 [ICMP_ECHO] = 4, in dump_ipv4_packet()
164 case ICMP_ECHO: in dump_ipv4_packet()
/linux-4.1.27/net/ipv4/
Dicmp.c1010 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1015 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1099 [ICMP_ECHO] = {
Dproc.c147 { "Echos", ICMP_ECHO },
Dping.c475 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()