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

  /src/sys/compat/netinet6/
nd6.h 96 u_long pltime; member in struct:in6_oprlist::__anon7a8102080308
112 u_int32_t pltime; member in struct:in6_prlist::__anon7a8102080408
  /src/tests/net/net/
t_ipv6_lifetime.sh 59 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' rump.ifconfig -L shmif
    [all...]
  /src/sbin/ifconfig/
af_inet6.c 86 "pltime", 0, NULL, "pltime", &command_root.pb_parser);
92 {.k_word = "pltime", .k_nextparser = &parse_pltime.pi_parser}
155 int64_t pltime; local in function:setia6pltime_impl
157 if (!prop_dictionary_get_int64(env, "pltime", &pltime)) {
162 return setia6lifetime(env, pltime,
319 printf(" pltime ");
473 "\t[ pltime n ] [ vltime n ] "
  /src/usr.sbin/rtadvd/
config.c 464 makeentry(entbuf, sizeof(entbuf), i, "pltime");
468 "%s: pltime (%lld) for %s/%d on %s "
1117 uint32_t vltime, pltime; local in function:make_packet
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);
    [all...]
  /src/tests/net/if/
t_ifconfig.sh 124 pltime 100
126 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
149 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -a -L
313 # pltime
314 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 pltime 3

Completed in 15 milliseconds