Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c375 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in fsw_ethernet_resolve()
/xnu-8019.80.24/bsd/netinet6/
H A Dnd6.c433 case ND6_LLINFO_NOSTATE: in ndcache_state2str()
2378 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_lookup()
2842 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_rtrequest()
3776 newstate = ND6_LLINFO_NOSTATE; in nd6_cache_lladdr()
4379 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in nd6_output_list()
H A Dnd6.h103 #define ND6_LLINFO_NOSTATE -2 macro