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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c2324 ifp->if_pcount += pswitch ? 1 : -1;
2326 if (ifp->if_pcount > 0)
2341 ifp->if_pcount -= pswitch ? 1 : -1;
2342 if (ifp->if_pcount > 0)
H A Dif_var.h522 int if_pcount; /* number of promiscuous listeners */ member in struct:ifnet

Completed in 68 milliseconds