Home
last modified time | relevance | path

Searched refs:ndpr_expire (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rtr.c799 prfl->pr.ndpr_expire = pr.ndpr_expire; in nd6_ra_input()
2293 search->ndpr_expire = nd6_prefix_expiry; in nd6_prefix_lookup()
3168 if (pr->ndpr_expire != 0 && pr->ndpr_vltime != ND6_INFINITE_LIFETIME) { in ndpr_getexpire()
3178 pr->ndpr_expire - pr->ndpr_base_uptime; in ndpr_getexpire()
3597 if (pr->ndpr_expire != 0 && pr->ndpr_expire < timenow) { in nd6_prefix_sync()
4417 ndpr->ndpr_expire = 0; in in6_init_prefix_ltimes()
4419 ndpr->ndpr_expire = timenow + ndpr->ndpr_vltime; in in6_init_prefix_ltimes()
H A Dnd6.h590 u_int64_t ndpr_expire; /* expiration time of the prefix */ member
H A Dnd6.c1674 if (pr->ndpr_expire != 0 && pr->ndpr_expire < timenow) { in nd6_service_expired_prefix()
1693 if (pr->ndpr_expire == 0 || in nd6_service_expired_prefix()
H A Din6.c1916 pr->ndpr_expire = 1; in in6ctl_difaddr()