Searched refs:SIOCSIFVLAN (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | vlan_ioctl.c | 42 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) { in vlan_rem() 92 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 && in vlan_add() 96 if (ioctl(fd, SIOCSIFVLAN, &if_request) == 0 && in vlan_add() 114 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) { in vlan_add() 145 if (ioctl(fd, SIOCSIFVLAN, &if_request) < 0) { in vlan_set_name_type()
|
/external/wpa_supplicant_8/src/common/ |
D | linux_vlan.h | 14 #ifndef SIOCSIFVLAN 15 #define SIOCSIFVLAN 0x8983 macro
|
/external/toybox/toys/other/ |
D | vconfig.c | 55 xioctl(fd, SIOCSIFVLAN, &request); in vconfig_main() 88 xioctl(fd, SIOCSIFVLAN, &request); in vconfig_main()
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 113 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ macro
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 995 #define VKI_SIOCSIFVLAN SIOCSIFVLAN 998 #define VKI_SIOCSETVLAN SIOCSIFVLAN
|