Home
last modified time | relevance | path

Searched refs:IFF_ALLMULTI (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif.h107 #define IFF_ALLMULTI 0x200 /* receive all multicast packets */ macro
H A Dif_private.h199 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
H A Dif.c5301 ifp->if_flags |= IFF_ALLMULTI; in set_allmulti()
5309 ifp->if_flags &= ~IFF_ALLMULTI; in set_allmulti()
H A Ddlil.c5925 ifp->if_flags &= ~(IFF_PROMISC | IFF_ALLMULTI); in ifnet_detach_final()