Searched refs:SIOCSETVLAN (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | ifvlan.c | 195 if (ioctl(s, SIOCSETVLAN, (caddr_t)ifr) == -1) in vlan_set() 199 if (ioctl_va(s, SIOCSETVLAN, ifr, 3, offset, ifr->ifr_data, clen) == -1) in vlan_set() 290 if (ioctl(s, SIOCSETVLAN, (caddr_t)&ifr) == -1) in DECL_CMD_FUNC() 292 if (ioctl_va(s, SIOCSETVLAN, (caddr_t)&ifr, 3, offset, ifr.ifr_data, clen) == -1) in DECL_CMD_FUNC()
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_vlan_var.h | 74 #define SIOCSETVLAN SIOCSIFGENERIC macro
|
| /f-stack/freebsd/net/ |
| H A D | if_vlan_var.h | 74 #define SIOCSETVLAN SIOCSIFGENERIC macro
|
| H A D | if_vlan.c | 1919 case SIOCSETVLAN: in vlan_ioctl()
|