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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c2542 } else if (ifma->ifma_refcount != 0) {
2608 if (++ifma->ifma_refcount == 0) {
2625 if (ifma->ifma_refcount == 0) {
2632 --ifma->ifma_refcount;
2633 if (ifma->ifma_refcount > 0) {
H A Dif_var.h836 u_int32_t ifma_refcount; /* reference count */ member in struct:ifmultiaddr

Completed in 19 milliseconds