Searched refs:ndpr_rt (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c2783 } else if (pr->ndpr_rt != NULL) {
2785 pr->ndpr_rt);
3469 if ((rt = pr->ndpr_rt) != NULL)
3470 pr->ndpr_rt = NULL;
3526 * refer the prefix to it; otherwise ndpr_rt is NULL.
3539 pr->ndpr_rt = rt; /* keep reference from rtrequest */
3602 struct rtentry *rt = NULL, *ndpr_rt = NULL; local
3630 if ((ndpr_rt = pr->ndpr_rt) != NULL)
3631 pr->ndpr_rt
[all...]
H A Dnd6.h562 struct rtentry *ndpr_rt; member in struct:nd_prefix
H A Dnd6_prproxy.c318 if ((rt = pr->ndpr_rt) != NULL) {
360 if ((rt = pr->ndpr_rt) != NULL) {

Completed in 33 milliseconds