Searched refs:SIOCSIFVLAN (Results 1 – 7 of 7) 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 | 51 xioctl(fd, SIOCSIFVLAN, &request); in vconfig_main() 85 xioctl(fd, SIOCSIFVLAN, &request); in vconfig_main()
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 114 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 135 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ macro
|
/external/crosvm/net_sys/src/ |
D | sockios.rs | 75 pub const SIOCSIFVLAN: ::std::os::raw::c_uint = 35203; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4708 #ifdef SIOCSIFVLAN 4709 { "SIOCSIFVLAN", (unsigned long) SIOCSIFVLAN },
|