Searched refs:nd6_llinfo_setstate (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 684 nd6_llinfo_setstate(struct llentry *lle, int newstate) in nd6_llinfo_setstate() function 850 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_llinfo_timer() 882 nd6_llinfo_setstate(ln, ND6_LLINFO_PROBE); in nd6_llinfo_timer() 885 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); /* XXX */ in nd6_llinfo_timer() 1992 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr() 2050 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_cache_lladdr() 2151 nd6_llinfo_setstate(ln, ND6_LLINFO_DELAY); in nd6_grab_holdchain() 2351 nd6_llinfo_setstate(lle, ND6_LLINFO_DELAY); in nd6_resolve_slow() 2420 nd6_llinfo_setstate(lle, ND6_LLINFO_INCOMPLETE); in nd6_resolve_slow()
|
| H A D | nd6_nbr.c | 784 nd6_llinfo_setstate(ln, ND6_LLINFO_REACHABLE); in nd6_na_input() 786 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input() 838 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input() 866 nd6_llinfo_setstate(ln, ND6_LLINFO_REACHABLE); in nd6_na_input() 869 nd6_llinfo_setstate(ln, ND6_LLINFO_STALE); in nd6_na_input()
|
| H A D | nd6.h | 369 void nd6_llinfo_setstate(struct llentry *lle, int newstate);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 369 void nd6_llinfo_setstate(struct llentry *lle, int newstate);
|