Home
last modified time | relevance | path

Searched refs:ndpr_pltime (Results 1 – 5 of 5) sorted by last modified time

/freebsd/sys/netinet6/
H A Dnd6.c2692 p.pltime = pr->ndpr_pltime; in nd6_sysctl_prlist()
H A Dnd6.h214 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
227 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
H A Dnd6_rtr.c526 pr.ndpr_pltime = ntohl(pi->nd_opt_pi_preferred_time); in nd6_ra_input()
1149 if (ndpr->ndpr_pltime == ND6_INFINITE_LIFETIME) in in6_init_prefix_ltimes()
1152 ndpr->ndpr_preferred = time_uptime + ndpr->ndpr_pltime; in in6_init_prefix_ltimes()
1249 ifra.ifra_lifetime.ia6t_pltime = pr->ndpr_pltime; in in6_ifadd()
1360 new->ndpr_pltime = pr->ndpr_pltime; in nd6_prelist_add()
1508 pr->ndpr_pltime = new->ndpr_pltime; in prelist_update()
1555 pr->ndpr_pltime = 0; in prelist_update()
1575 if (new->ndpr_pltime > new->ndpr_vltime) { in prelist_update()
1669 lt6_tmp.ia6t_pltime = new->ndpr_pltime; in prelist_update()
H A Din6.c1303 pr0.ndpr_pltime = ifra->ifra_lifetime.ia6t_pltime; in in6_addifaddr()
H A Din6_ifattach.c512 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6_ifattach_linklocal()