Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsockio.h163 #define SIOCGVNETID _IOWR('i', 167, struct ifreq) /* get virt net id */ macro
/openbsd/sys/net/
H A Dif_bpe.c326 case SIOCGVNETID: in bpe_ioctl()
H A Dif_vlan.c718 case SIOCGVNETID: in vlan_ioctl()
H A Dif_gre.c2050 case SIOCGVNETID: in gre_tunnel_ioctl()
2625 case SIOCGVNETID: in nvgre_ioctl()
2794 case SIOCGVNETID: in eoip_ioctl()
H A Dif_vxlan.c769 case SIOCGVNETID: in vxlan_ioctl()
/openbsd/sbin/ifconfig/
H A Difconfig.c4223 if (ioctl(sock, SIOCGVNETID, &ifr) == -1) { in getvnetid()