Home
last modified time | relevance | path

Searched refs:SIOCSLANPCP (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */
/f-stack/freebsd/net/
H A Dif_vlan_var.h78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */
H A Dif_ethersubr.c1178 case SIOCSLANPCP: in ether_ioctl()
/f-stack/tools/compat/include/sys/
H A Dsockio.h146 #define SIOCSLANPCP _IOW('i', 153, struct ifreq) /* Set (V)LAN PCP */ macro
/f-stack/freebsd/sys/
H A Dsockio.h146 #define SIOCSLANPCP _IOW('i', 153, struct ifreq) /* Set (V)LAN PCP */ macro
/f-stack/tools/ifconfig/
H A Difconfig.c1379 if (ioctl(s, SIOCSLANPCP, (caddr_t)&ifr) == -1) in setifpcp()
1389 if (ioctl(s, SIOCSLANPCP, (caddr_t)&ifr) == -1) in disableifpcp()