Searched refs:ICMP_ECHO (Results 1 – 17 of 17) sorted by relevance
61 case ICMP_ECHO: in icmp_to_icmp6_type()89 case ICMP_ECHO: in icmp_to_icmp6_code()125 return ICMP_ECHO; in icmp6_to_icmp_type()
99 } else if (icmp->type == ICMP_ECHO) { in dump_icmp()107 if (icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
299 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) { in icmp6_to_icmp()
29 #if defined(ICMP_ECHO) || (defined(HAVE_DECL_ICMP_ECHO) && HAVE_DECL_ICMP_ECHO)30 XLAT_PAIR(1ULL<<ICMP_ECHO, "1<<ICMP_ECHO"),
5 1<<ICMP_ECHO
141 icmph->type = ICMP_ECHO; in xdping_client()164 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
132 #define ICMP_ECHO 8 /* echo service */ macro195 { ICMP_ECHO, "echo request" },356 case ICMP_ECHO: in icmp_print()360 dp->icmp_type == ICMP_ECHO ? in icmp_print()
54 #define IERQ ICMP_ECHO
15 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,16 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
27 #define ICMP_ECHO 8 /* Echo Request */ macro
663 icmph.type != ICMP_ECHO || in receive_error_msg()725 icp->type = ICMP_ECHO; in send_probe()847 case ICMP_ECHO: in parse_reply()862 if (icp1->type != ICMP_ECHO || in parse_reply()1078 case ICMP_ECHO: in pr_icmph()
347 oicp->type = ICMP_ECHO; in measure_opt()
527 rawPacket.hdr.type = ICMP_ECHO; in ping_network()600 rawTracePacket.hdr.type = ICMP_ECHO; in ltp_traceroute()
379 icmp_p->hdr.type = ICMP_ECHO; in create_clean_packet()
123 send_icmp4->icmp_type = ICMP_ECHO; in send_probe4()
1045 packet.icmp.icmp_type = ICMP_ECHO; in icmp_ping()