Searched defs:thresh3 (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Dipntable.c49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n"
123 } else if (strcmp(*argv, "thresh3") == 0) {
124 __u32 thresh3; local
129 if (get_u32(&thresh3, *argv, 0))
130 invarg("\"thresh3\" value is invalid", *argv);
132 addattr32(&req.n, sizeof(req), NDTA_THRESH3, thresh3);
429 __u32 thresh3 = rta_getattr_u32(tb[NDTA_THRESH3]); local
430 fprintf(fp, "thresh3 %u ", thresh3);

Completed in 96 milliseconds