Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dif_ether.c1382 ++ia->ia_garp_count; in garp_rexmit()
1383 if (ia->ia_garp_count >= V_garp_rexmit_count) { in garp_rexmit()
1389 (1 << ia->ia_garp_count) * hz, in garp_rexmit()
1425 ia->ia_garp_count = 0; in garp_timer_start()
1426 if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, in garp_timer_start()
H A Din_var.h86 int ia_garp_count; /* count of retransmitted GARPs */ member