Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h77 #define SIOCGVLANPCP SIOCGLANPCP /* Get VLAN PCP */ macro
/f-stack/freebsd/net/
H A Dif_vlan_var.h77 #define SIOCGVLANPCP SIOCGLANPCP /* Get VLAN PCP */ macro
H A Dif_vlan.c2007 case SIOCGVLANPCP: in vlan_ioctl()
/f-stack/tools/ifconfig/
H A Difvlan.c112 if (ioctl(s, SIOCGVLANPCP, (caddr_t)&ifr) != -1) in vlan_status()