Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.c723 case ND6_LLINFO_STALE: in nd6_llinfo_setstate()
864 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_llinfo_timer()
867 case ND6_LLINFO_STALE: in nd6_llinfo_timer()
899 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); /* XXX */ in nd6_llinfo_timer()
1468 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
2025 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr()
2078 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr()
2171 if (ln->ln_state == ND6_LLINFO_STALE) { in nd6_grab_holdchain()
2423 if ((!(lle->la_flags & LLE_CHILD)) && (lle->ln_state == ND6_LLINFO_STALE)) in nd6_resolve_slow()
H A Dnd6_nbr.c823 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
876 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
905 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
H A Dnd6.h58 #define ND6_LLINFO_STALE 2 macro
/freebsd/usr.sbin/ndp/
H A Dndp.c779 case ND6_LLINFO_STALE: in dump_rtsock()
1374 case ND6_LLINFO_STALE: in plist()
/freebsd/sys/netlink/route/
H A Dneigh.c95 case ND6_LLINFO_STALE: in lle_state_to_nl_state()