HomeSort by relevance Sort by last modified time
    Searched full:active_probing (Results 1 - 1 of 1) sorted by null

  /external/iproute2/misc/
arpd.c 88 int active_probing; variable
127 if (active_probing) {
133 sprintf(buf, "%d\n", active_probing>=2 ? 1 : 3-active_probing);
141 sprintf(buf, "%d\n", active_probing<=1 ? 1 : active_probing);
160 if (active_probing) {
379 if (NEG_CNT(dbdat.data) >= active_probing) {
387 if (active_probing &&
610 active_probing = atoi(optarg)
    [all...]

Completed in 135 milliseconds