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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1501 u_int32_t dad_refcount; /* reference count */ member in struct:dadq
2122 if (++dp->dad_refcount == 0) {
2136 if (dp->dad_refcount == 0)
2138 --dp->dad_refcount;
2139 if (dp->dad_refcount > 0) {

Completed in 12 milliseconds