Home
last modified time | relevance | path

Searched refs:ND6_LLINFO_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/netinet6/
Dnd6.c316 case ND6_LLINFO_INCOMPLETE: in nd6_llinfo_timer()
657 ln->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_invalidate()
875 if (ln_end->ln_state > ND6_LLINFO_INCOMPLETE) in nd6_rtrequest()
1169 } else if (ln->ln_state == ND6_LLINFO_INCOMPLETE) { in nd6_cache_lladdr()
1346 if (ln->ln_state > ND6_LLINFO_INCOMPLETE) { in nd6_resolve()
1369 ln->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_resolve()
Dnd6.h38 #define ND6_LLINFO_INCOMPLETE 0 macro
Dnd6_nbr.c720 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) { in nd6_na_input()
/openbsd/src/usr.sbin/ndp/
Dndp.c616 case ND6_LLINFO_INCOMPLETE: in dump()