Searched defs:gc_int (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"
133 } else if (strcmp(*argv, "gc_int") == 0) {
134 __u64 gc_int; local
139 if (get_u64(&gc_int, *argv, 0))
140 invarg("\"gc_int\" value is invalid", *argv);
143 &gc_int, sizeof(gc_int));
433 __u64 gc_int = rta_getattr_u64(tb[NDTA_GC_INTERVAL]); local
434 fprintf(fp, "gc_int %llu ", gc_int);
[all...]

Completed in 192 milliseconds