Home
last modified time | relevance | path

Searched refs:ND6_LLINFO_STALE (Results 1 – 5 of 5) sorted by relevance

/src/sys/netinet6/
H A Dnd6.c733 case ND6_LLINFO_STALE: in nd6_llinfo_setstate()
874 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_llinfo_timer()
877 case ND6_LLINFO_STALE: in nd6_llinfo_timer()
909 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); /* XXX */ in nd6_llinfo_timer()
1479 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
2035 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr()
2088 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr()
2181 if (ln->ln_state == ND6_LLINFO_STALE) { in nd6_grab_holdchain()
2433 if ((!(lle->la_flags & LLE_CHILD)) && (lle->ln_state == ND6_LLINFO_STALE)) in nd6_resolve_slow()
H A Dnd6.h58 #define ND6_LLINFO_STALE 2 macro
H A Dnd6_nbr.c833 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
886 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
915 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
/src/usr.sbin/ndp/
H A Dndp.c779 case ND6_LLINFO_STALE: in dump_rtsock()
1381 case ND6_LLINFO_STALE: in plist()
/src/sys/netlink/route/
H A Dneigh.c94 case ND6_LLINFO_STALE: in lle_state_to_nl_state()