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

/freebsd-13-stable/sys/netinet6/
H A Dnd6.c722 lle->la_asked = 0;
807 if (ln->la_asked < V_nd6_mmaxtries) {
808 ln->la_asked++;
883 ln->la_asked = 1;
890 if (ln->la_asked < V_nd6_umaxtries) {
891 ln->la_asked++;
1819 nbi->asked = ln->la_asked;
2411 * Note that for newly-created lle la_asked will be 0,
2417 if (lle->la_asked == 0) {
2418 lle->la_asked
[all...]
H A Dnd6_nbr.c901 ln->la_asked = 0;
H A Din6.c2446 ndpc.rtm.rtm_rmx.rmx_pksent = lle->la_asked;
/freebsd-13-stable/sys/net/
H A Dif_llatbl.h72 uint16_t la_asked; member in struct:llentry
H A Dif_llatbl.c814 db_printf(" la_asked=%u\n", lle->la_asked);
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c546 renew = (la->la_asked == 0 || la->la_expire != time_uptime);
578 if (la->la_asked < V_arp_maxtries)
592 la->la_asked++;
1278 la->la_asked = 0;

Completed in 185 milliseconds