Searched refs:pltime (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Dnd6.h143 u_long pltime; member in struct:in6_oprlist::__anon10815
160 u_int32_t pltime; member in struct:in6_prlist::__anon10816
174 u_int32_t pltime; member in struct:in6_prefix
H A Dnd6.c677 * since pltime is just for autoconf, pltime processing for
1279 oprl->prefix[i].pltime = pr->ndpr_pltime;
2344 p.pltime = pr->ndpr_pltime;
/freebsd-10.1-release/usr.sbin/rrenumd/
H A Dparser.y110 %type <num> prefixlen maxlen minlen keeplen vltime pltime
451 | BCL vltime pltime raf_onlink raf_auto raf_decrvalid raf_decrprefd ECL
529 pltime: label
/freebsd-10.1-release/usr.sbin/rtadvd/
H A Dconfig.c571 makeentry(entbuf, sizeof(entbuf), i, "pltime");
575 "<%s> pltime (%" PRIu64 ") for %s/%d on %s "
1417 uint32_t vltime, pltime; local
1443 pltime = 0;
1446 pltime = pfx->pfx_preflifetime;
1448 pltime = ((time_t)pfx->pfx_pltimeexpire > now.tv_sec) ?
1451 if (vltime < pltime) {
1453 * this can happen if vltime is decrement but pltime
1456 pltime = vltime;
1459 ndopt_pi->nd_opt_pi_preferred_time = htonl(pltime);
[all...]
/freebsd-10.1-release/usr.sbin/ndp/
H A Dndp.c1231 if (p->pltime == ND6_INFINITE_LIFETIME)
1232 printf(", pltime=infinity");
1234 printf(", pltime=%lu", (unsigned long)p->pltime);
1355 if (PR.pltime == ND6_INFINITE_LIFETIME)
1356 printf(", pltime=infinity");
1358 printf(", pltime=%lu", PR.pltime);

Completed in 126 milliseconds