Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h140 #define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t) macro
H A Detherswitch.c198 case IOETHERSWITCHSETCONF: in etherswitchioctl()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c457 if (ioctl(cfg->fd, IOETHERSWITCHSETCONF, &conf) != 0) in set_vlan_mode()