Searched refs:maxpltime (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c2498 u_int32_t maxvltime, maxpltime; local
2524 maxpltime = ip6_temp_preferred_lifetime -
2528 maxpltime = 0;
2532 if (lt6_tmp.ia6t_pltime > maxpltime)
2533 lt6_tmp.ia6t_pltime = maxpltime;

Completed in 33 milliseconds