Searched refs:ICMP_ECHO (Results 1 – 15 of 15) sorted by relevance
65 case ICMP_ECHO: in icmp_to_icmp6_type()93 case ICMP_ECHO: in icmp_to_icmp6_code()129 return ICMP_ECHO; in icmp6_to_icmp_type()
98 } else if(icmp->type == ICMP_ECHO) { in dump_icmp()106 if(icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
301 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) { in icmp6_to_icmp()
16 #if defined(ICMP_ECHO) || (defined(HAVE_DECL_ICMP_ECHO) && HAVE_DECL_ICMP_ECHO)17 { 1<<ICMP_ECHO, "ICMP_ECHO" },
5 1<<ICMP_ECHO
132 #define ICMP_ECHO 8 /* echo service */ macro150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
110 case ICMP_ECHO: in icmp_input()
134 #define ICMP_ECHO 8 /* echo service */ macro152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
111 case ICMP_ECHO: in icmp_input()
135 #define ICMP_ECHO 8 /* echo service */ macro153 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \200 { ICMP_ECHO, "echo request" },359 case ICMP_ECHO: in icmp_print()363 dp->icmp_type == ICMP_ECHO ? in icmp_print()
184 #define ICMP_ECHO 8 /* echo service */ macro218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
26 #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()
1292 packet.icmp.icmp_type = ICMP_ECHO; in icmp_ping()