Searched refs:SIOCGIFBR (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 99 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/include/sys/ |
H A D | ioctl.h | 92 #define SIOCGIFBR 0x8940 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_full.c | 264 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) { in br_delbr() 309 if (ioctl(fd, SIOCGIFBR, arg) < 0) { in br_addbr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_full.c | 264 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) { in br_delbr() 309 if (ioctl(fd, SIOCGIFBR, arg) < 0) { in br_addbr()
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 82 num = ioctl(TT.sockfd, SIOCGIFBR, args); //ret is num of bridges found in br_show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2643 pub const SIOCGIFBR: ::c_ulong = 0x00008940; consts
|
Completed in 16 milliseconds