Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.h123 #define ND6_LLINFO_DELAY 3 macro
145 (nstate) != ND6_LLINFO_DELAY &&\
H A Dnd6.c452 case ND6_LLINFO_DELAY: in ndcache_state2str()
1079 case ND6_LLINFO_DELAY: in nd6_service_neighbor_cache()
4192 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_DELAY); in nd6_output_list()
4195 static_assert(ND6_LLINFO_DELAY > ND6_LLINFO_INCOMPLETE); in nd6_output_list()
4213 if (ln->ln_state == ND6_LLINFO_DELAY || in nd6_output_list()
4217 if (ln->ln_state == ND6_LLINFO_DELAY) { in nd6_output_list()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c331 ND6_LLINFO_DELAY); in fsw_ethernet_resolve()