HomeSort by relevance Sort by last modified time
    Searched refs:rta_expires (Results 101 - 102 of 102) sorted by null

1 2 3 45

  /external/iproute2/ip/
iproute.c 524 if (ci->rta_expires != 0)
525 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
546 if ((r->rtm_flags & RTM_F_CLONED) || (ci && ci->rta_expires)) {
551 if (ci->rta_expires)
552 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
914 addattr32(&req.n, sizeof(req), RTA_EXPIRES, expires*hz);
    [all...]
  /external/toybox/toys/pending/
ip.c     [all...]

Completed in 897 milliseconds

1 2 3 45