Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_icmp.h189 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
237 (type) == ICMP_REDIRECT || (type) == ICMP_TIMXCEED || \
H A Dip_icmp.c215 if (type != ICMP_REDIRECT) { in icmp_error()
254 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
368 if (type == ICMP_REDIRECT) { in icmp_error()
738 case ICMP_REDIRECT: in icmp_input()
H A Dip_input.c3549 type = ICMP_REDIRECT; in ip_forward()