Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c375 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in fsw_ethernet_resolve()
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6.c436 case ND6_LLINFO_NOSTATE: in ndcache_state2str()
2405 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_lookup()
2869 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_rtrequest()
3807 newstate = ND6_LLINFO_NOSTATE; in nd6_cache_lladdr()
4415 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in nd6_output_list()
H A Dnd6.h104 #define ND6_LLINFO_NOSTATE -2 macro