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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c1093 struct in6_addrlifetime lt6_tmp; local
1256 lt6_tmp = ifa6->ia6_lifetime;
1259 (lt6_tmp.ia6t_expire - timenow.tv_sec);
1263 lt6_tmp.ia6t_vltime = new->ndpr_vltime;
1275 lt6_tmp.ia6t_vltime = new->ndpr_vltime;
1282 lt6_tmp.ia6t_vltime = TWOHOUR;
1286 lt6_tmp.ia6t_pltime = new->ndpr_pltime;
1288 in6_init_address_ltimes(pr, &lt6_tmp);
1297 if (lt6_tmp.ia6t_expire == 0 || /* no expire */
1298 lt6_tmp
[all...]

Completed in 22 milliseconds