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

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

Completed in 13 milliseconds