Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c205 if (type != ICMP_REDIRECT) { in icmp_error()
249 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
365 if (type == ICMP_REDIRECT) { in icmp_error()
743 case ICMP_REDIRECT: in icmp_input()
H A Dip_input.c3598 type = ICMP_REDIRECT; in ip_forward()