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

/freebsd-11.0-release/sys/netinet6/
H A Dnd6.c729 lle->ln_state = newstate;
801 switch (ln->ln_state) {
879 __func__, ln->ln_state);
1213 ln->ln_state = ND6_LLINFO_NOSTATE;
1397 ln->ln_state == ND6_LLINFO_STALE && gc) {
1407 * XXX: the check for ln_state would be redundant,
1437 ln->ln_state = ND6_LLINFO_INCOMPLETE;
1791 nbi->state = ln->ln_state;
2115 if (ln->ln_state == ND6_LLINFO_STALE) {
2336 if (lle->ln_state
[all...]
H A Dnd6.h61 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
62 #define ND6_LLINFO_PERMANENT(n) (((n)->la_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
H A Dnd6_nbr.c741 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) {
818 if (ln->ln_state == ND6_LLINFO_REACHABLE)
H A Din6.c2239 lle->ln_state = ND6_LLINFO_REACHABLE;
2348 ndpc.rtm.rtm_rmx.rmx_state = lle->ln_state;
/freebsd-11.0-release/sys/net/
H A Dif_llatbl.h77 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */ member in struct:llentry
H A Dif_llatbl.c852 db_printf(" ln_state=%d\n", lle->ln_state);
/freebsd-11.0-release/sys/netinet/
H A Dif_ether.c202 switch (lle->ln_state) {
217 lle->ln_state = ARP_LLINFO_VERIFY;
1233 la->ln_state = ARP_LLINFO_REACHABLE;

Completed in 132 milliseconds