Searched refs:ICMP_ECHOREPLY (Results 1 – 15 of 15) sorted by relevance
47 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro272 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO \
104 ret = icmp_check(ctx, ICMP_ECHOREPLY); in xdping_client()177 icmph->type = ICMP_ECHOREPLY; in xdping_server()
717 if (icmp.type == ICMP_ECHOREPLY) { in process_icmpv4()
23 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
24 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
46 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,47 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
236 case ICMP_ECHOREPLY: in icmp_manip_pkt()
115 = { [ICMP_ECHOREPLY] = 4, in dump_ipv4_packet()160 case ICMP_ECHOREPLY: in dump_ipv4_packet()
1003 icmp_param.data.icmph.type = ICMP_ECHOREPLY; in icmp_echo()1223 if (icmph->type != ICMP_ECHOREPLY) { in icmp_err()1240 [ICMP_ECHOREPLY] = {
133 { "EchoReps", ICMP_ECHOREPLY },
142 case ICMP_ECHOREPLY: in icmp_has_id()
27755 if ((icmph->type == ICMP_ECHO) || (icmph->type == ICMP_ECHOREPLY)) {
27636 if ((icmph->type == ICMP_ECHO) || (icmph->type == ICMP_ECHOREPLY)) {