Searched refs:SIOCSIFVLAN (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dlinux_vlan.h14 #ifndef SIOCSIFVLAN
15 #define SIOCSIFVLAN 0x8983 macro
16 #endif /* SIOCSIFVLAN */
/external/wpa_supplicant_8/src/common/
H A Dlinux_vlan.h14 #ifndef SIOCSIFVLAN
15 #define SIOCSIFVLAN 0x8983 macro
16 #endif /* SIOCSIFVLAN */
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dlinux_vlan.h14 #ifndef SIOCSIFVLAN
15 #define SIOCSIFVLAN 0x8983 macro
16 #endif /* SIOCSIFVLAN */
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_ioctl.c42 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
92 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
96 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
114 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
145 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
/external/wpa_supplicant_8/src/ap/
H A Dvlan_ioctl.c42 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
92 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
96 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
114 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
145 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_ioctl.c42 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
92 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
96 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 &&
114 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
145 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) {
/external/toybox/toys/other/
H A Dvconfig.c55 xioctl(fd, SIOCSIFVLAN, &request);
88 xioctl(fd, SIOCSIFVLAN, &request);
/external/kernel-headers/original/uapi/linux/
H A Dsockios.h113 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ macro
/external/valgrind/include/vki/
H A Dvki-darwin.h995 #define VKI_SIOCSIFVLAN SIOCSIFVLAN
998 #define VKI_SIOCSETVLAN SIOCSIFVLAN

Completed in 211 milliseconds