Home
last modified time | relevance | path

Searched refs:ICMP_REDIRECT (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp/
Dip_icmp.h127 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
Dip_icmp.c168 case ICMP_REDIRECT: in icmp_input()
/external/qemu/slirp-android/
Dip_icmp.h129 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
Dip_icmp.c170 case ICMP_REDIRECT: in icmp_input()
/external/tcpdump/
Dprint-icmp.c130 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
438 case ICMP_REDIRECT: in icmp_print()
/external/ping/
Dping.c1033 (1<<ICMP_REDIRECT)| in receive_error_msg()
1171 case ICMP_REDIRECT: in parse_reply()
1186 error_pkt = (icp->type != ICMP_REDIRECT && in parse_reply()
1331 case ICMP_REDIRECT: in pr_icmph()
1939 (1<<ICMP_REDIRECT)| in main()
/external/strace/
Dnet.c865 #if defined(ICMP_REDIRECT)
866 { (1<<ICMP_REDIRECT), "ICMP_REDIRECT" },