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"
285 } else if (strcmp(*argv, "locktime") == 0) {
286 __u64 locktime; local
290 if (get_u64(&locktime, *argv, 0))
291 invarg("\"locktime\" value is invalid", *argv);
295 &locktime, sizeof(locktime));
549 unsigned long long locktime = rta_getattr_u64(tpb[NDTPA_LOCKTIME]); local
550 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);
766 * Set the locktime of a neighbour table to the specified value
768 * @arg ms new locktime in milliseconds

Completed in 240 milliseconds