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

/freebsd-10-stable/sys/net/
H A Dif.c2903 if_setflag(struct ifnet *ifp, int flag, int pflag, int *refcount, int onswitch) argument
2913 if (onswitch)
2924 *refcount += onswitch ? 1 : -1;
2936 if (onswitch) {
3111 if_allmulti(struct ifnet *ifp, int onswitch) argument
3114 return (if_setflag(ifp, IFF_ALLMULTI, 0, &ifp->if_amcount, onswitch));

Completed in 55 milliseconds