Home | History | Annotate | Download | only in rtadvd

Lines Matching defs:vltime

445 		makeentry(entbuf, sizeof(entbuf), i, "vltime");
448 logit(LOG_ERR, "%s: vltime (%lld) for "
1117 uint32_t vltime, pltime;
1133 vltime = 0;
1138 vltime = pfx->validlifetime;
1140 vltime = (pfx->vltimeexpire > now.tv_sec) ?
1152 if (vltime < pltime) {
1154 * this can happen if vltime is decrement but pltime
1157 pltime = vltime;
1159 ndopt_pi->nd_opt_pi_valid_time = htonl(vltime);