Searched refs:IFF_MULTICAST (Results 1 – 25 of 32) sorted by relevance
12
/third_party/musl/ndk_musl_include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/musl/include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | if.h | 41 #define IFF_MULTICAST 0x1000 macro
|
/third_party/rust/crates/nix/src/net/ |
D | if_.rs | 112 IFF_MULTICAST;
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 402 {"multicast", IFF_MULTICAST, 0}, in ifconfig_main()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 415 {"multicast", IFF_MULTICAST, 0}, in ifconfig_main()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_axge.c | 669 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axge_init()
|
D | if_axe.c | 1012 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axe_init()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 254 IFF_MULTICAST
|
D | fuchsia.txt | 331 IFF_MULTICAST
|
D | netbsd.txt | 407 IFF_MULTICAST
|
D | dragonfly.txt | 352 IFF_MULTICAST
|
D | freebsd.txt | 402 IFF_MULTICAST
|
D | apple.txt | 493 IFF_MULTICAST
|
D | linux.txt | 818 IFF_MULTICAST
|
D | android.txt | 695 IFF_MULTICAST
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 519 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
|
/third_party/toybox/toys/pending/ |
D | ip.c | 688 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/ |
D | mod.rs | 1152 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1590 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 671 pub const IFF_MULTICAST: ::c_int = 0x1000; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 977 pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast constant
|
12