Home
last modified time | relevance | path

Searched refs:IFF_MULTICAST (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/ndk_musl_include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/musl/include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/musl/porting/liteos_a/kernel/include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/musl/porting/uniproton/kernel/include/net/
Dif.h41 #define IFF_MULTICAST 0x1000 macro
/third_party/rust/crates/nix/src/net/
Dif_.rs112 IFF_MULTICAST;
/third_party/toybox/toys/net/
Difconfig.c402 {"multicast", IFF_MULTICAST, 0}, in ifconfig_main()
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c415 {"multicast", IFF_MULTICAST, 0}, in ifconfig_main()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c669 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axge_init()
Dif_axe.c1012 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axe_init()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt254 IFF_MULTICAST
Dfuchsia.txt331 IFF_MULTICAST
Dnetbsd.txt407 IFF_MULTICAST
Ddragonfly.txt352 IFF_MULTICAST
Dfreebsd.txt402 IFF_MULTICAST
Dapple.txt493 IFF_MULTICAST
Dlinux.txt818 IFF_MULTICAST
Dandroid.txt695 IFF_MULTICAST
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs519 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
/third_party/toybox/toys/pending/
Dip.c688 int case_flags[] = {IFF_NOARP,IFF_MULTICAST,IFF_DYNAMIC}; in link_set()
796 {"MULTICAST", IFF_MULTICAST}, {"PORTSEL", IFF_PORTSEL}, in print_link_output()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1152 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1590 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs671 pub const IFF_MULTICAST: ::c_int = 0x1000; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs977 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant

12