Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6_rtr.c3019 } else if (pr->ndpr_rt != NULL) { in ndpr_free()
3021 pr->ndpr_rt); in ndpr_free()
3707 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prefix_onlink_common()
3708 pr->ndpr_rt = NULL; in nd6_prefix_onlink_common()
3801 pr->ndpr_rt = rt; /* keep reference from rtrequest */ in nd6_prefix_onlink_common()
3864 struct rtentry *rt __single = NULL, *ndpr_rt = NULL; in nd6_prefix_offlink() local
3892 if ((ndpr_rt = pr->ndpr_rt) != NULL) { in nd6_prefix_offlink()
3893 pr->ndpr_rt = NULL; in nd6_prefix_offlink()
3918 if (ndpr_rt != NULL) { in nd6_prefix_offlink()
3919 rtfree(ndpr_rt); in nd6_prefix_offlink()
H A Dnd6_prproxy.c271 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()
326 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()
H A Dnd6.h634 struct rtentry *ndpr_rt; member