Home
last modified time | relevance | path

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

/xnu-12377.81.4/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()
4200 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_DELAY); in nd6_output_list()
4203 static_assert(ND6_LLINFO_DELAY > ND6_LLINFO_INCOMPLETE); in nd6_output_list()
4221 if (ln->ln_state == ND6_LLINFO_DELAY || in nd6_output_list()
4225 if (ln->ln_state == ND6_LLINFO_DELAY) { in nd6_output_list()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c331 ND6_LLINFO_DELAY); in fsw_ethernet_resolve()