Home
last modified time | relevance | path

Searched refs:ia_garp_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDif_ether.c1390 ++ia->ia_garp_count; in garp_rexmit()
1391 if (ia->ia_garp_count >= garp_rexmit_count) { in garp_rexmit()
1397 (1 << ia->ia_garp_count) * hz, in garp_rexmit()
1433 ia->ia_garp_count = 0; in garp_timer_start()
1434 if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, in garp_timer_start()
HDin_var.h88 int ia_garp_count; /* count of retransmitted GARPs */ member