Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDnd6_rtr.c376 pr.ndpr_pltime = ntohl(pi->nd_opt_pi_preferred_time); in nd6_ra_input()
1122 new->ndpr_pltime = pr->ndpr_pltime; in nd6_prelist_add()
1264 pr->ndpr_pltime = new->ndpr_pltime; in prelist_update()
1312 pr->ndpr_pltime = 0; in prelist_update()
1332 if (new->ndpr_pltime > new->ndpr_vltime) { in prelist_update()
1427 lt6_tmp.ia6t_pltime = new->ndpr_pltime; in prelist_update()
2125 ifra.ifra_lifetime.ia6t_pltime = pr->ndpr_pltime; in in6_ifadd()
2299 if (ndpr->ndpr_pltime == ND6_INFINITE_LIFETIME) in in6_init_prefix_ltimes()
2302 ndpr->ndpr_preferred = time_uptime + ndpr->ndpr_pltime; in in6_init_prefix_ltimes()
HDnd6.h254 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
267 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
HDin6_ifattach.c546 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6_ifattach_linklocal()
HDnd6.c2730 p.pltime = pr->ndpr_pltime; in nd6_sysctl_prlist()
HDin6.c620 pr0.ndpr_pltime = ifra->ifra_lifetime.ia6t_pltime; in in6_control()