Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan_var.h78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */ macro
H A Dif_vlan.c2341 case SIOCSVLANPCP: in vlan_ioctl()
/freebsd/sbin/ifconfig/
H A Difvlan.c273 if (ioctl_ctx_ifr(ctx, SIOCSVLANPCP, &ifr) == -1) in setvlanpcp()