Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dif_ether.c1382 ++ia->ia_garp_count; in garp_rexmit()
1383 if (ia->ia_garp_count >= garp_rexmit_count) { in garp_rexmit()
1389 (1 << ia->ia_garp_count) * hz, in garp_rexmit()
1424 ia->ia_garp_count = 0; in garp_timer_start()
1425 if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, in garp_timer_start()
H A Din_var.h89 int ia_garp_count; /* count of retransmitted GARPs */ member
/f-stack/tools/compat/include/netinet/
H A Din_var.h89 int ia_garp_count; /* count of retransmitted GARPs */ member