Searched refs:ICMP_ECHOREPLY (Results 1 – 15 of 15) sorted by relevance
68 case ICMP_ECHOREPLY: in icmp_to_icmp6_type()94 case ICMP_ECHOREPLY: in icmp_to_icmp6_code()132 return ICMP_ECHOREPLY; in icmp6_to_icmp_type()
96 if(icmp->type == ICMP_ECHOREPLY) { 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()
4 #if defined(ICMP_ECHOREPLY) || (defined(HAVE_DECL_ICMP_ECHOREPLY) && HAVE_DECL_ICMP_ECHOREPLY)5 { 1<<ICMP_ECHOREPLY, "ICMP_ECHOREPLY" },
1 1<<ICMP_ECHOREPLY
111 #define ICMP_ECHOREPLY 0 /* echo reply */ macro150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
111 icp->icmp_type = ICMP_ECHOREPLY; in icmp_input()
113 #define ICMP_ECHOREPLY 0 /* echo reply */ macro152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
112 icp->icmp_type = ICMP_ECHOREPLY; in icmp_input()
159 #define ICMP_ECHOREPLY 0 /* echo reply */ macro218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
22 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
114 #define ICMP_ECHOREPLY 0 /* echo reply */ macro153 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \198 { ICMP_ECHOREPLY, "echo reply" },360 case ICMP_ECHOREPLY: in icmp_print()
477 (1<<ICMP_ECHOREPLY)); in main()687 (1<<ICMP_ECHOREPLY)); in receive_error_msg()833 if (icp->type == ICMP_ECHOREPLY) { in parse_reply()990 case ICMP_ECHOREPLY: in pr_icmph()1381 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, ICMP_ECHOREPLY, 1, 0), /* Echo? */ in install_filter()
407 if (icp->type == ICMP_ECHOREPLY && in measure_opt()
1341 packet.icmp.icmp_type == ICMP_ECHOREPLY && in icmp_ping()