Searched refs:ICMP_ECHOREPLY (Results 1 – 10 of 10) sorted by relevance
104 ret = icmp_check(ctx, ICMP_ECHOREPLY); in xdping_client()176 icmph->type = ICMP_ECHOREPLY; in xdping_server()
619 if (icmp.type == ICMP_ECHOREPLY) { in process_icmpv4()
727 if (icmp.type == ICMP_ECHOREPLY) { in process_icmpv4()
26 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
46 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,47 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
380 [ICMP_ECHOREPLY] = 4, in dump_ipv4_packet()422 case ICMP_ECHOREPLY: in dump_ipv4_packet()
236 case ICMP_ECHOREPLY: in icmp_manip_pkt()
1027 icmp_param.data.icmph.type = ICMP_ECHOREPLY; in icmp_echo()1278 icmph->type == ICMP_ECHOREPLY) { in icmp_rcv()1384 if (icmph->type != ICMP_ECHOREPLY) { in icmp_err()1401 [ICMP_ECHOREPLY] = {
135 { "EchoReps", ICMP_ECHOREPLY },
146 case ICMP_ECHOREPLY: in icmp_has_id()