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

/external/iproute2/ip/
H A Dipntable.c53 "PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n"
180 } else if (strcmp(*argv, "gc_stale") == 0) {
181 __u64 gc_stale; local
185 if (get_u64(&gc_stale, *argv, 0))
186 invarg("\"gc_stale\" value is invalid", *argv);
190 &gc_stale, sizeof(gc_stale));
503 __u64 gc_stale = rta_getattr_u64(tpb[NDTPA_GC_STALETIME]); local
504 fprintf(fp, "gc_stale %llu ", gc_stale);
[all...]

Completed in 44 milliseconds