Searched refs:ICMP_ECHO (Results 1 – 7 of 7) sorted by relevance
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" },358 case ICMP_ECHO: in icmp_print()362 dp->icmp_type == ICMP_ECHO ? in icmp_print()
1019 icmph.type != ICMP_ECHO || in receive_error_msg()1072 icp->type = ICMP_ECHO; in send_probe()1167 case ICMP_ECHO: in parse_reply()1182 if (icp1->type != ICMP_ECHO || in parse_reply()1354 case ICMP_ECHO: in pr_icmph()
868 #if defined(ICMP_ECHO)869 { (1<<ICMP_ECHO), "ICMP_ECHO" },