Home
last modified time | relevance | path

Searched refs:TUNGETIFF (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h27 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
H A Dtap-linux.c154 if (ioctl(fd, TUNGETIFF, &ifr) != 0) { in tap_probe_vnet_hdr()
311 if (ioctl(fd, TUNGETIFF, &ifr) != 0) { in tap_fd_get_ifname()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h42 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h42 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
/openbmc/linux/drivers/net/
H A Dtap.c1036 case TUNGETIFF: in tap_ioctl()
H A Dtun.c3165 case TUNGETIFF: in __tun_chr_ioctl()
3427 case TUNGETIFF: in tun_chr_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h729 IOCTL(TUNGETIFF, IOC_R, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1169 +pub const TUNGETIFF: u32 = 2147767506;