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

  /src/sys/compat/netinet6/
nd6.h 95 u_long vltime; member in struct:in6_oprlist::__anon7a8102080308
111 u_int32_t vltime; member in struct:in6_prlist::__anon7a8102080408
  /src/tests/net/net/
t_ipv6_lifetime.sh 60 atf_check -s exit:0 -o not-match:'vltime' rump.ifconfig -L shmif0
67 atf_check -s exit:0 -o match:'vltime infty' rump.ifconfig -L shmif0
76 rump.ifconfig shmif0 inet6 $ip vltime $time
80 pltime $time vltime $time
83 atf_check -s exit:0 -o match:'vltime' 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))
98 atf_check -s exit:0 -o match:'vltime' rump.ifconfig -L shmif
    [all...]
  /src/sbin/ifconfig/
af_inet6.c 89 "vltime", 0, NULL, "vltime", &command_root.pb_parser);
93 , {.k_word = "vltime", .k_nextparser = &parse_vltime.pi_parser}
170 int64_t vltime; local in function:setia6vltime_impl
172 if (!prop_dictionary_get_int64(env, "vltime", &vltime)) {
177 return setia6lifetime(env, vltime,
327 printf(" vltime ");
473 "\t[ pltime n ] [ vltime n ] "
  /src/usr.sbin/rtadvd/
config.c 445 makeentry(entbuf, sizeof(entbuf), i, "vltime");
448 logit(LOG_ERR, "%s: vltime (%lld) for "
1117 uint32_t vltime, pltime; local in function:make_packet
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);
    [all...]

Completed in 13 milliseconds