Searched refs:ICMP_REDIRECT (Results 1 – 8 of 8) sorted by relevance
25 #define ICMP_REDIRECT 5 /* Redirect (change route) */ macro
473 (1<<ICMP_REDIRECT)| in main()667 error_pkt = (e->ee_type != ICMP_REDIRECT && in receive_error_msg()683 (1<<ICMP_REDIRECT)| in receive_error_msg()848 case ICMP_REDIRECT: in parse_reply()863 error_pkt = (icp->type != ICMP_REDIRECT && in parse_reply()1053 case ICMP_REDIRECT: in pr_icmph()
129 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
170 case ICMP_REDIRECT: in icmp_input()
127 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
168 case ICMP_REDIRECT: in icmp_input()
130 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro438 case ICMP_REDIRECT: in icmp_print()
1137 #if defined(ICMP_REDIRECT)1138 { (1<<ICMP_REDIRECT), "ICMP_REDIRECT" },