Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6_rtr.c710 pr.ndpr_pltime = in nd6_ra_input()
760 prfl->pr.ndpr_pltime = pr.ndpr_pltime; in nd6_ra_input()
2270 new->ndpr_pltime = pr->ndpr_pltime; in nd6_prelist_add()
2368 pr->ndpr_pltime = 0; in prelist_remove()
2534 pr->ndpr_pltime = new->ndpr_pltime; in prelist_update()
2605 if (new->ndpr_pltime > new->ndpr_vltime) { in prelist_update()
2701 lt6_tmp.ia6t_pltime = new->ndpr_pltime; in prelist_update()
3314 pr->ndpr_pltime = 0; in pfxlist_onlink_check()
4089 ifra.ifra_lifetime.ia6t_pltime = pr->ndpr_pltime; in in6_pfx_newpersistaddr()
4319 if (ndpr->ndpr_pltime > ndpr->ndpr_vltime) { in in6_init_prefix_ltimes()
[all …]
H A Dnd6.c1919 nd6_ra_msg_data.prefix.pltime = itr->pr.ndpr_pltime; in nd6_post_msg()
3199 prl_64->prefix[i].pltime = pr->ndpr_pltime; in nd6_siocgprlst()
3255 prl_32->prefix[i].pltime = pr->ndpr_pltime; in nd6_siocgprlst()
5056 p.pltime = pr->ndpr_pltime;
5107 p.pltime = pr->ndpr_pltime;
H A Din6_ifattach.c523 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6_ifattach_linklocal()
H A Dnd6.h640 u_int32_t ndpr_pltime; /* advertised preferred lifetime */ member
H A Din6.c1823 pr0.ndpr_pltime = ifra->ifra_lifetime.ia6t_pltime; in in6ctl_aifaddr()
1826 pr0.ndpr_pltime = ND6_INFINITE_LIFETIME; in in6ctl_aifaddr()