Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rtr.c748 pr.ndpr_pltime = in nd6_ra_input()
798 prfl->pr.ndpr_pltime = pr.ndpr_pltime; in nd6_ra_input()
2337 new->ndpr_pltime = pr->ndpr_pltime; in nd6_prelist_add()
2435 pr->ndpr_pltime = 0; in prelist_remove()
2601 pr->ndpr_pltime = new->ndpr_pltime; in prelist_update()
2672 if (new->ndpr_pltime > new->ndpr_vltime) { in prelist_update()
2768 lt6_tmp.ia6t_pltime = new->ndpr_pltime; in prelist_update()
3382 pr->ndpr_pltime = 0; in pfxlist_onlink_check()
4174 ifra.ifra_lifetime.ia6t_pltime = pr->ndpr_pltime; in in6_pfx_newpersistaddr()
4405 if (ndpr->ndpr_pltime > ndpr->ndpr_vltime) { in in6_init_prefix_ltimes()
[all …]
H A Din6_ifattach.c524 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6_ifattach_linklocal()
H A Dnd6.h588 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
H A Dnd6.c1935 nd6_ra_msg_data.prefix.pltime = itr->pr.ndpr_pltime; in nd6_post_msg()
4811 p.pltime = pr->ndpr_pltime;
4863 p.pltime = pr->ndpr_pltime;
H A Din6.c1790 pr0.ndpr_pltime = ifra->ifra_lifetime.ia6t_pltime; in in6ctl_aifaddr()
1793 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6ctl_aifaddr()