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

/freebsd-11.0-release/sys/netinet6/
H A Dnd6.c720 lle->la_asked = 0;
803 if (ln->la_asked < V_nd6_mmaxtries) {
804 ln->la_asked++;
863 ln->la_asked = 1;
870 if (ln->la_asked < V_nd6_umaxtries) {
871 ln->la_asked++;
1792 nbi->asked = ln->la_asked;
2395 * Note that for newly-created lle la_asked will be 0,
2401 if (lle->la_asked == 0) {
2402 lle->la_asked
[all...]
H A Dnd6_nbr.c880 ln->la_asked = 0;
H A Din6.c2346 ndpc.rtm.rtm_rmx.rmx_pksent = lle->la_asked;
/freebsd-11.0-release/sys/net/
H A Dif_llatbl.h75 uint16_t la_asked; member in struct:llentry
H A Dif_llatbl.c850 db_printf(" la_asked=%u\n", lle->la_asked);
/freebsd-11.0-release/sys/netinet/
H A Dif_ether.c496 renew = (la->la_asked == 0 || la->la_expire != time_uptime);
528 if (la->la_asked < V_arp_maxtries)
542 la->la_asked++;
1247 la->la_asked = 0;

Completed in 46 milliseconds