Searched refs:TUNGETIFF (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-linux.h | 27 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
|
H A D | tap-linux.c | 154 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 D | if_tun.h | 42 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_tun.h | 42 #define TUNGETIFF _IOR('T', 210, unsigned int) macro
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 1036 case TUNGETIFF: in tap_ioctl()
|
H A D | tun.c | 3165 case TUNGETIFF: in __tun_chr_ioctl() 3427 case TUNGETIFF: in tun_chr_compat_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 729 IOCTL(TUNGETIFF, IOC_R, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1169 +pub const TUNGETIFF: u32 = 2147767506;
|