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

/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_ipv6_lifetime.sh59 atf_check -s exit:0 -o not-match:'pltime' rump.ifconfig -L shmif0
64 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip pltime $time
66 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
80 pltime $time vltime $time
82 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
89 # Setting both preferred and valid lifetimes (pltime > vltime)
91 shmif0 inet6 $ip pltime $(($time * 2)) vltime $time
93 # Setting both preferred and valid lifetimes (pltime < vltime)
95 pltime $time vltime $((time * 2))
97 atf_check -s exit:0 -o match:'pltime' rum
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dnd6.h141 u_long pltime; member in struct:in6_oprlist::__anon8204
158 u_int32_t pltime; member in struct:in6_prlist::__anon8205
172 u_int32_t pltime; member in struct:in6_prefix
H A Dnd6.c1030 * Expire prefixes. Since the pltime is only used for
1031 * autoconfigured addresses, pltime processing for prefixes is
2730 p.pltime = pr->ndpr_pltime;
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dparser.y107 %type <num> prefixlen maxlen minlen keeplen vltime pltime
448 | BCL vltime pltime raf_onlink raf_auto raf_decrvalid raf_decrprefd ECL
526 pltime: label
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.c577 makeentry(entbuf, sizeof(entbuf), i, "pltime");
581 "<%s> pltime (%" PRIu64 ") for %s/%d on %s "
1428 uint32_t vltime, pltime; local
1454 pltime = 0;
1457 pltime = pfx->pfx_preflifetime;
1459 pltime = ((time_t)pfx->pfx_pltimeexpire > now.tv_sec) ?
1462 if (vltime < pltime) {
1464 * this can happen if vltime is decrement but pltime
1467 pltime = vltime;
1470 ndopt_pi->nd_opt_pi_preferred_time = htonl(pltime);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconfig.sh119 pltime 100
121 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
144 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -a -L
308 # pltime
309 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 pltime 3
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c1167 if (p->pltime == ND6_INFINITE_LIFETIME)
1168 printf(", pltime=infinity");
1170 printf(", pltime=%lu", (unsigned long)p->pltime);

Completed in 138 milliseconds