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

/external/iproute2/include/linux/
H A Dif.h40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
/external/kernel-headers/original/linux/
H A Dif.h40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
/external/iproute2/ip/
H A Diplink.c318 req->i.ifi_change |= IFF_ALLMULTI;
320 req->i.ifi_flags |= IFF_ALLMULTI;
322 req->i.ifi_flags &= ~IFF_ALLMULTI;
748 mask |= IFF_ALLMULTI;
750 flags |= IFF_ALLMULTI;
752 flags &= ~IFF_ALLMULTI;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c551 } else if (flags & IFF_ALLMULTI) {
555 flags | IFF_ALLMULTI) < 0) {
592 flags & ~IFF_ALLMULTI) < 0)) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c551 } else if (flags & IFF_ALLMULTI) {
555 flags | IFF_ALLMULTI) < 0) {
592 flags & ~IFF_ALLMULTI) < 0)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c551 } else if (flags & IFF_ALLMULTI) {
555 flags | IFF_ALLMULTI) < 0) {
592 flags & ~IFF_ALLMULTI) < 0)) {
/external/strace/
H A Dsock.c60 { IFF_ALLMULTI, "IFF_ALLMULTI" },
/external/libpcap/
H A Dpcap-dos.c631 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC);
632 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC);
/external/grub/netboot/
H A Dtlan.c2670 * turned off. If the IFF_ALLMULTI flag is set, then
2693 if ( dev->flags & IFF_ALLMULTI ) {

Completed in 274 milliseconds