Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Darping.c73 unsigned timeout_us; member
94 #define timeout_us (G.timeout_us) macro
174 if (count == 0 || (timeout_us && (now - start) > timeout_us)) in catcher()
316 timeout_us = xatou_range(str_timeout, 0, INT_MAX/2000000) * 1000000 + 500000; in arping_main()