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

  /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/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/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