Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c372 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in fsw_ethernet_resolve()
/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.c437 case ND6_LLINFO_NOSTATE: in ndcache_state2str()
2430 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_lookup()
2905 ND6_CACHE_STATE_TRANSITION(ln, ND6_LLINFO_NOSTATE); in nd6_rtrequest()
3843 newstate = ND6_LLINFO_NOSTATE; in nd6_cache_lladdr()
4454 if (ln->ln_state == ND6_LLINFO_NOSTATE) { in nd6_output_list()
H A Dnd6.h104 #define ND6_LLINFO_NOSTATE -2 macro