Searched refs:TUNGETFEATURES (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl03.c | 23 #ifndef TUNGETFEATURES 24 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro 74 SAFE_IOCTL(netfd, TUNGETFEATURES, &features); in verify_features()
|
/external/crosvm/tests/ |
D | plugin.policy | 38 # TUNGETFEATURES
|
D | plugin_net_config.c | 50 if (ioctl(net_config.tap_fd, TUNGETFEATURES, &features) < 0) { in main()
|
/external/iproute2/include/uapi/linux/ |
D | if_tun.h | 39 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tun.h | 39 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro
|
/external/crosvm/sys_util/src/ |
D | ioctl.rs | 188 ioctl_ior_nr!(TUNGETFEATURES, TUNTAP, 0xcf, ::std::os::raw::c_uint); 198 assert_eq!(0x800454cf, TUNGETFEATURES()); in ioctl_macros()
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if_tun.c | 46 PyModule_AddIntMacro(m, TUNGETFEATURES); in _init_linux_if_tun_h()
|
/external/crosvm/net_sys/src/ |
D | lib.rs | 46 ioctl_ior_nr!(TUNGETFEATURES, TUNTAP, 207, ::std::os::raw::c_uint);
|