Searched refs:SIOCGETVLAN (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/share/examples/libifconfig/
H A Difchangevlan.c86 if (ifconfig_err_ioctlreq(lifh) == SIOCGETVLAN) {
/freebsd-12-stable/sbin/ifconfig/
H A Difvlan.c79 return ioctl(s, SIOCGETVLAN, (caddr_t)ifr);
184 if (ioctl(s, SIOCGETVLAN, (caddr_t)&ifr) == -1)
185 err(1, "SIOCGETVLAN");
/freebsd-12-stable/sys/net/
H A Dif_vlan_var.h67 * Configuration structure for SIOCSETVLAN and SIOCGETVLAN ioctls.
74 #define SIOCGETVLAN SIOCGIFGENERIC macro
H A Dif_vlan.c1881 case SIOCGETVLAN:

Completed in 112 milliseconds