Home
last modified time | relevance | path

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

/external/iproute2/misc/
Darpd.c86 int active_probing; variable
126 if (active_probing) { in do_sysctl_adjustments()
132 sprintf(buf, "%d\n", active_probing >= 2 ? 1 : 3-active_probing); in do_sysctl_adjustments()
140 sprintf(buf, "%d\n", active_probing <= 1 ? 1 : active_probing); in do_sysctl_adjustments()
159 if (active_probing) { in undo_sysctl_adjustments()
376 if (NEG_CNT(dbdat.data) >= active_probing) { in do_one_request()
384 if (active_probing && in do_one_request()
608 active_probing = atoi(optarg); in main()