Searched refs:ln_state (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dnd6.c731 lle->ln_state = newstate;
805 switch (ln->ln_state) {
899 __func__, ln->ln_state);
1228 ln->ln_state = ND6_LLINFO_NOSTATE;
1436 ln->ln_state == ND6_LLINFO_STALE && gc) {
1446 * XXX: the check for ln_state would be redundant,
1476 ln->ln_state = ND6_LLINFO_INCOMPLETE;
1818 nbi->state = ln->ln_state;
2143 if (ln->ln_state == ND6_LLINFO_STALE) {
2352 if (lle->ln_state
[all...]
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.c762 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) {
839 if (ln->ln_state == ND6_LLINFO_REACHABLE)
H A Din6.c2335 lle->ln_state = ND6_LLINFO_REACHABLE;
2448 ndpc.rtm.rtm_rmx.rmx_state = lle->ln_state;
/freebsd-13-stable/sys/net/
H A Dif_llatbl.h74 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */ member in struct:llentry
H A Dif_llatbl.c816 db_printf(" ln_state=%d\n", lle->ln_state);
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c238 switch (lle->ln_state) {
253 lle->ln_state = ARP_LLINFO_VERIFY;
1264 la->ln_state = ARP_LLINFO_REACHABLE;

Completed in 182 milliseconds