Home
last modified time | relevance | path

Searched refs:ND_REDIRECT_ONLINK (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dicmp6.h208 #define ND_REDIRECT_ONLINK 0 /* redirect to an on-link node */ macro
/xnu-11215.61.5/bsd/netinet6/
H A Dicmp6.c2693 is_onlink ? ND_REDIRECT_ONLINK : ND_REDIRECT_ROUTER, NULL); in icmp6_redirect_input()