Searched refs:SIOCGIFBR (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 97 #define SIOCGIFBR 0x8940 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
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_standard/src/ap/ |
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/ |
D | brctl.c | 82 num = ioctl(TT.sockfd, SIOCGIFBR, args); //ret is num of bridges found in br_show()
|