Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Dnd6.c752 lle->ln_state = newstate; in nd6_llinfo_setstate()
826 switch (ln->ln_state) { in nd6_llinfo_timer()
921 __func__, ln->ln_state); in nd6_llinfo_timer()
1251 ln->ln_state = ND6_LLINFO_NOSTATE; in nd6_alloc()
1414 child_lle->ln_state = ND6_LLINFO_REACHABLE; in nd6_try_set_entry_addr_locked()
1479 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
1519 ln->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_free()
1859 nbi->state = ln->ln_state; in nd6_ioctl()
2181 if (ln->ln_state == ND6_LLINFO_STALE) { in nd6_grab_holdchain()
2338 child_lle->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_get_llentry()
[all …]
H A Dnd6.h62 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
63 #define ND6_LLINFO_PERMANENT(n) (((n)->la_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
H A Dnd6_nbr.c814 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) { in nd6_na_input()
885 if (ln->ln_state == ND6_LLINFO_REACHABLE) in nd6_na_input()
H A Din6.c2434 lle->ln_state = ND6_LLINFO_REACHABLE; in in6_lltable_alloc()
2553 ndpc.rtm.rtm_rmx.rmx_state = lle->ln_state; in in6_lltable_dump_entry()
/src/sys/netinet/
H A Dif_ether.c234 switch (lle->ln_state) { in arptimer()
243 lle->ln_state = ARP_LLINFO_VERIFY; in arptimer()
1263 la->ln_state = ARP_LLINFO_REACHABLE; in arp_mark_lle_reachable()
/src/sys/net/
H A Dif_llatbl.h73 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */ member
H A Dif_llatbl.c1084 db_printf(" ln_state=%d\n", lle->ln_state); in llatbl_lle_show()
/src/sys/netlink/route/
H A Dneigh.c73 int state = lle->ln_state; in lle_state_to_nl_state()