Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_var.h152 int if_pcount; /* [N] # of promiscuous listeners */ member
Dif.c3327 oif_pcount = ifp->if_pcount; in ifpromisc()
3329 if (ifp->if_pcount++ != 0) in ifpromisc()
3333 if (--ifp->if_pcount > 0) in ifpromisc()
3346 ifp->if_pcount = oif_pcount; in ifpromisc()