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

/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h129 long la_asked; /* last time we QUERIED for this addr */ member in struct:llinfo_arp
/freebsd-9.3-release/sys/net/
H A Dif_llatbl.h67 uint16_t la_asked; member in struct:llentry
H A Dif_llatbl.c428 db_printf(" la_asked=%u\n", lle->la_asked);
/freebsd-9.3-release/sys/netinet6/
H A Dnd6.c504 if (ln->la_asked < V_nd6_mmaxtries) {
505 ln->la_asked++;
551 ln->la_asked = 1;
563 if (ln->la_asked < V_nd6_umaxtries) {
564 ln->la_asked++;
1525 nbi->asked = ln->la_asked;
1954 ln->la_asked = 0;
2011 if (!ND6_LLINFO_PERMANENT(ln) && ln->la_asked == 0) {
2012 ln->la_asked++;
H A Dnd6_nbr.c897 ln->la_asked = 0;
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.c364 renew = (la->la_asked == 0 || la->la_expire != time_uptime);
406 if (la->la_asked < V_arp_maxtries)
421 la->la_asked++;
755 la->la_asked = 0;
H A Dtoecore.c490 lle->la_asked = 0;

Completed in 70 milliseconds