Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */ macro
/f-stack/freebsd/net/
H A Dif_vlan_var.h78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */ macro
H A Dif_vlan.c2017 case SIOCSVLANPCP: in vlan_ioctl()
/f-stack/tools/ifconfig/
H A Difvlan.c265 if (ioctl(s, SIOCSVLANPCP, (caddr_t)&ifr) == -1) in DECL_CMD_FUNC()