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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c384 pr.ndpr_vltime = ntohl(pi->nd_opt_pi_valid_time);
1031 pr->ndpr_vltime = 0;
1125 pr->ndpr_vltime = new->ndpr_vltime;
1155 if (new->ndpr_vltime == 0)
1181 newpr->ndpr_vltime = 0;
1261 if (TWOHOUR < new->ndpr_vltime ||
1262 storedlifetime < new->ndpr_vltime) {
1263 lt6_tmp.ia6t_vltime = new->ndpr_vltime;
1271 && new->ndpr_vltime <
[all...]
H A Dnd6.h246 u_int32_t ndpr_vltime; /* advertised valid lifetime */ member in struct:nd_prefix
H A Dnd6.c1487 prl->prefix[i].vltime = pr->ndpr_vltime;
2403 p->vltime = pr->ndpr_vltime;
H A Din6_ifattach.c597 pr0.ndpr_vltime = ND6_INFINITE_LIFETIME;
H A Din6.c851 pr0.ndpr_vltime = ifra->ifra_lifetime.ia6t_vltime;

Completed in 201 milliseconds