Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c383 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in fsw_ethernet_resolve()
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.c440 case ND6_LLINFO_NOSTATE: in ndcache_state2str()
2444 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_lookup()
2919 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_rtrequest()
3632 newstate = ND6_LLINFO_NOSTATE; in nd6_cache_lladdr()
4252 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in nd6_output_list()
H A Dnd6.h111 #define ND6_LLINFO_NOSTATE -2 macro