Home
last modified time | relevance | path

Searched refs:SIOCSETVLAN (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/ifconfig/
H A Difvlan.c195 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 Dif_vlan_var.h74 #define SIOCSETVLAN SIOCSIFGENERIC macro
/f-stack/freebsd/net/
H A Dif_vlan_var.h74 #define SIOCSETVLAN SIOCSIFGENERIC macro
H A Dif_vlan.c1919 case SIOCSETVLAN: in vlan_ioctl()