Searched refs:la_asked (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_llatbl.h65 uint16_t la_asked; member in struct:llentry
H A Dif_llatbl.c391 db_printf(" la_asked=%u\n", lle->la_asked);
/freebsd-10-stable/sys/netinet6/
H A Dnd6.c529 if (ln->la_asked < V_nd6_mmaxtries) {
530 ln->la_asked++;
574 ln->la_asked = 1;
586 if (ln->la_asked < V_nd6_umaxtries) {
587 ln->la_asked++;
1519 nbi->asked = ln->la_asked;
1829 ln->la_asked = 0;
2014 lle->la_asked = 0;
2063 if (!ND6_LLINFO_PERMANENT(lle) && lle->la_asked == 0) {
2064 lle->la_asked
[all...]
H A Dnd6_nbr.c916 ln->la_asked = 0;
/freebsd-10-stable/sys/netinet/
H A Dif_ether.c423 renew = (la->la_asked == 0 || la->la_expire != time_uptime);
465 if (la->la_asked < V_arp_maxtries)
480 la->la_asked++;
817 la->la_asked = 0;
H A Dtoecore.c499 lle->la_asked = 0;

Completed in 66 milliseconds