Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_icmp.c52 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
53 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
104 [ICMP_ECHO] = 1, in icmp_new()
/Linux-v4.19/include/uapi/linux/
Dicmp.h27 #define ICMP_ECHO 8 /* Echo Request */ macro
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c125 [ICMP_ECHO] = 4, in dump_ipv4_packet()
164 case ICMP_ECHO: in dump_ipv4_packet()
/Linux-v4.19/net/ipv4/
Dicmp.c1052 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1057 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1141 [ICMP_ECHO] = {
Dproc.c135 { "Echos", ICMP_ECHO },
Dping.c472 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
Droute.c2769 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()