Searched refs:ndpr (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c2243 panic("%s: unexpected (missing) refcnt ndpr=%p", __func__, pr);
2778 panic("%s: attached ndpr %p is being freed", __func__, pr);
2781 panic("%s: ndpr %p cannot be freed", __func__, pr);
2784 panic("%s: ndpr %p route %p not freed", __func__, pr,
2788 panic("%s: ndpr %p non-zero solicitors count (%d)",
2792 panic("%s: ndpr %p non-empty solicitors tree", __func__, pr);
2811 panic("%s: ndpr %p has no debug structure", __func__, pr);
2827 ndpr_addref(struct nd_prefix *ndpr, int locked) argument
2830 NDPR_LOCK_SPIN(ndpr);
2832 NDPR_LOCK_ASSERT_HELD(ndpr);
2846 ndpr_remref(struct nd_prefix *ndpr, int locked) argument
2943 struct nd_prefix *ndpr; local
3913 struct nd_prefix *ndpr; local
4067 in6_init_prefix_ltimes(struct nd_prefix *ndpr) argument
[all...]
H A Dnd6.h657 #define ndpr2ifpr(ndpr) ((struct ifprefix *)(ndpr))
844 extern int in6_init_prefix_ltimes(struct nd_prefix *ndpr);

Completed in 29 milliseconds