Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan_var.h77 #define SIOCGVLANPCP SIOCGLANPCP /* Get VLAN PCP */ macro
H A Dif_vlan.c2331 case SIOCGVLANPCP: in vlan_ioctl()
/freebsd/sbin/ifconfig/
H A Difvlan.c94 if (ioctl_ctx_ifr(ctx, SIOCGVLANPCP, &ifr) != -1) in vlan_status()