Home
last modified time | relevance | path

Searched refs:pltime0 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6_rtr.c2246 time_t vltime0, pltime0; in in6_tmpifadd() local
2303 pltime0 = IFA6_IS_DEPRECATED(ia0) ? 0 : in in6_tmpifadd()
2306 if (pltime0 > V_ip6_temp_preferred_lifetime - V_ip6_desync_factor){ in in6_tmpifadd()
2307 pltime0 = V_ip6_temp_preferred_lifetime - in in6_tmpifadd()
2311 pltime0 = V_ip6_temp_preferred_lifetime - V_ip6_desync_factor; in in6_tmpifadd()
2313 ifra.ifra_lifetime.ia6t_pltime = pltime0; in in6_tmpifadd()