HomeSort by: relevance | last modified time | path
    Searched refs:pltimeexpire (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rtadvd/
dump.c 190 if (pfx->pltimeexpire != 0)
192 (pfx->pltimeexpire > now.tv_sec ?
193 pfx->pltimeexpire - now.tv_sec : 0));
rtadvd.h 85 long pltimeexpire; /* expiration of pltime; decrement case only */ member in struct:prefix
config.c 480 pfx->pltimeexpire =
1135 if (pfx->vltimeexpire || pfx->pltimeexpire)
1146 if (pfx->pltimeexpire == 0)
1149 pltime = (pfx->pltimeexpire > now.tv_sec) ?
1150 pfx->pltimeexpire - now.tv_sec : 0;
rtadvd.c 1244 if (pp->pltimeexpire) {
1256 llabs((long long)preferred_time - pp->pltimeexpire) > rai->clockskew) {
1268 pp->pltimeexpire);

Completed in 14 milliseconds