Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired_common.c256 } else if (flags & IFF_ALLMULTI) { in driver_wired_init_common()
261 flags | IFF_ALLMULTI) < 0) { in driver_wired_init_common()
307 flags & ~IFF_ALLMULTI) < 0)) { in driver_wired_deinit_common()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired_common.c256 } else if (flags & IFF_ALLMULTI) { in driver_wired_init_common()
261 flags | IFF_ALLMULTI) < 0) { in driver_wired_init_common()
307 flags & ~IFF_ALLMULTI) < 0)) { in driver_wired_deinit_common()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif.h38 #define IFF_ALLMULTI 0x200 macro
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif.h38 #define IFF_ALLMULTI 0x200 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif.h38 #define IFF_ALLMULTI 0x200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif.h38 #define IFF_ALLMULTI 0x200 macro
/third_party/musl/include/net/
H A Dif.h38 #define IFF_ALLMULTI 0x200 macro
/third_party/toybox/toys/net/
H A Difconfig.c401 {"allmulti", IFF_ALLMULTI, 0}, in ifconfig_main()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs79 IFF_ALLMULTI;
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c251 if (ifp->ac_if.flags & (IFF_ALLMULTI | IFF_PROMISC)) { in axge_setmulti()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c414 {"allmulti", IFF_ALLMULTI, 0}, in ifconfig_main()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs512 pub const IFF_ALLMULTI: ::c_int = 0x200; // receive all multicast packets consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1584 pub const IFF_ALLMULTI: ::c_int = 0x200; // receive all multicast packets consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs668 pub const IFF_ALLMULTI: ::c_int = 0x200; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1145 pub const IFF_ALLMULTI: ::c_int = 0x200; // receive all multicast packets consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs972 pub const IFF_ALLMULTI: ::c_int = 0x0200; // receive all multicast packets consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1500 pub const IFF_ALLMULTI: ::c_int = 0x0200; // receive all multicast packets consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1046 pub const IFF_ALLMULTI: ::c_int = 0x00000200; consts
/third_party/toybox/toys/pending/
H A Dip.c795 {"ALLMULTI", IFF_ALLMULTI}, {"MASTER", IFF_MASTER}, {"SLAVE", IFF_SLAVE}, in print_link_output()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1861 pub const IFF_ALLMULTI: ::c_int = 0x0000000200; // Receive all multicast pkts consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1642 pub const IFF_ALLMULTI: ::c_int = 0x200; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2467 pub const IFF_ALLMULTI: ::c_int = 0x200; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3734 pub const IFF_ALLMULTI: ::c_int = 0x200; // receive all multicast packets consts

Completed in 89 milliseconds