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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c2786 } else if (pr->ndpr_rt != NULL) {
2788 pr->ndpr_rt);
3504 if ((rt = pr->ndpr_rt) != NULL)
3505 pr->ndpr_rt = NULL;
3561 * refer the prefix to it; otherwise ndpr_rt is NULL.
3574 pr->ndpr_rt = rt; /* keep reference from rtrequest */
3637 struct rtentry *rt = NULL, *ndpr_rt = NULL; local
3665 if ((ndpr_rt = pr->ndpr_rt) != NULL)
3666 pr->ndpr_rt
[all...]
H A Dnd6.h573 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 196 milliseconds