Home
last modified time | relevance | path

Searched refs:SIOCGIFBR (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/ndk_musl_include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h97 #define SIOCGIFBR 0x8940 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan_full.c264 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/
Dvlan_full.c264 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/
Dbrctl.c82 num = ioctl(TT.sockfd, SIOCGIFBR, args); //ret is num of bridges found in br_show()