Searched refs:ICMP_ECHO (Results 1 – 8 of 8) sorted by relevance
141 icmph->type = ICMP_ECHO; in xdping_client()164 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
44 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,45 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,78 [ICMP_ECHO] = 1, in nf_conntrack_icmp_packet()
27 #define ICMP_ECHO 8 /* Echo Request */ macro
122 [ICMP_ECHO] = 4, in dump_ipv4_packet()161 case ICMP_ECHO: in dump_ipv4_packet()
1054 if ((icmph->type == ICMP_ECHO || in icmp_rcv()1059 if (icmph->type != ICMP_ECHO && in icmp_rcv()1145 [ICMP_ECHO] = {
131 { "Echos", ICMP_ECHO },
467 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
2997 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()