HomeSort by relevance Sort by last modified time
    Searched refs:locktime (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ipntable.c 57 " [ locktime MSEC ]\n"
276 } else if (strcmp(*argv, "locktime") == 0) {
277 __u64 locktime; local
281 if (get_u64(&locktime, *argv, 0))
282 invarg("\"locktime\" value is invalid", *argv);
286 &locktime, sizeof(locktime));
556 unsigned long long locktime = rta_getattr_u64(tpb[NDTPA_LOCKTIME]); local
558 fprintf(fp, "locktime %llu ", locktime);
    [all...]
  /external/clang/www/demo/
index.cgi 141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
144 if ($locktime + 60 > $currtime) {
  /external/libnl/lib/route/
neightbl.c 92 _C(LOCKTIME, ntp_locktime) ||
208 COPY_ENTRY(LOCKTIME, locktime);
778 * Set the locktime of a neighbour table to the specified value
780 * @arg ms new locktime in milliseconds

Completed in 2651 milliseconds