Lines Matching defs:pltime
464 makeentry(entbuf, sizeof(entbuf), i, "pltime");
468 "%s: pltime (%lld) for %s/%d on %s "
1117 uint32_t vltime, pltime;
1144 pltime = 0;
1147 pltime = pfx->preflifetime;
1149 pltime = (pfx->pltimeexpire > now.tv_sec) ?
1152 if (vltime < pltime) {
1154 * this can happen if vltime is decrement but pltime
1157 pltime = vltime;
1160 ndopt_pi->nd_opt_pi_preferred_time = htonl(pltime);