Home
last modified time | relevance | path

Searched refs:ln_state (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.c729 lle->ln_state = newstate; in nd6_llinfo_setstate()
803 switch (ln->ln_state) { in nd6_llinfo_timer()
897 __func__, ln->ln_state); in nd6_llinfo_timer()
1226 ln->ln_state = ND6_LLINFO_NOSTATE; in nd6_alloc()
1434 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
1474 ln->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_free()
1816 nbi->state = ln->ln_state; in nd6_ioctl()
2141 if (ln->ln_state == ND6_LLINFO_STALE) { in nd6_grab_holdchain()
2350 if (lle->ln_state == ND6_LLINFO_STALE) in nd6_resolve_slow()
2358 if (lle->ln_state > ND6_LLINFO_INCOMPLETE) { in nd6_resolve_slow()
H A Dnd6.h63 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
64 #define ND6_LLINFO_PERMANENT(n) (((n)->la_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
H A Dnd6_nbr.c760 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) { in nd6_na_input()
837 if (ln->ln_state == ND6_LLINFO_REACHABLE) in nd6_na_input()
H A Din6.c2342 lle->ln_state = ND6_LLINFO_REACHABLE; in in6_lltable_alloc()
2455 ndpc.rtm.rtm_rmx.rmx_state = lle->ln_state; in in6_lltable_dump_entry()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h63 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
64 #define ND6_LLINFO_PERMANENT(n) (((n)->la_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
/f-stack/freebsd/net/
H A Dif_llatbl.h74 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */ member
H A Dif_llatbl.c816 db_printf(" ln_state=%d\n", lle->ln_state); in llatbl_lle_show()
/f-stack/freebsd/netinet/
H A Dif_ether.c238 switch (lle->ln_state) { in arptimer()
253 lle->ln_state = ARP_LLINFO_VERIFY; in arptimer()
1268 la->ln_state = ARP_LLINFO_REACHABLE; in arp_mark_lle_reachable()