Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c204 if (type != ICMP_REDIRECT) { in icmp_error()
248 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
362 if (type == ICMP_REDIRECT) { in icmp_error()
738 case ICMP_REDIRECT: in icmp_input()
H A Dip_input.c3556 type = ICMP_REDIRECT; in ip_forward()