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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c1442 u_int32_t dad_refcount; /* reference count */ member in struct:dadq
2181 if (++dp->dad_refcount == 0) {
2195 if (dp->dad_refcount == 0)
2197 --dp->dad_refcount;
2198 if (dp->dad_refcount > 0) {

Completed in 112 milliseconds