Searched refs:ndpr_refcnt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h255 int ndpr_refcnt; /* reference counter from addresses */ member in struct:nd_prefix
H A Din6.c878 pr->ndpr_refcnt++;
888 pr->ndpr_refcnt == 1) {
950 pr->ndpr_refcnt == 1) ||
952 pr->ndpr_refcnt == 0))) {
1501 oia->ia6_ndpr->ndpr_refcnt--;
H A Dnd6_rtr.c951 if (pr->ndpr_refcnt == 0)
1053 if (pr->ndpr_usecnt > 0 || pr->ndpr_refcnt > 0)
1324 pr->ndpr_refcnt++;
2029 newia->ia6_ndpr->ndpr_refcnt++;
H A Dnd6.c2407 p->refcnt = pr->ndpr_refcnt;

Completed in 87 milliseconds