Home
last modified time | relevance | path

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

/external/iproute2/misc/
Darpd.c89 int active_probing; variable
130 if (active_probing) { in do_sysctl_adjustments()
136 sprintf(buf, "%d\n", active_probing>=2 ? 1 : 3-active_probing); in do_sysctl_adjustments()
144 sprintf(buf, "%d\n", active_probing<=1 ? 1 : active_probing); in do_sysctl_adjustments()
163 if (active_probing) { in undo_sysctl_adjustments()
382 if (NEG_CNT(dbdat.data) >= active_probing) { in do_one_request()
390 if (active_probing && in do_one_request()
617 active_probing = atoi(optarg); in main()