/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
if_tun.h | 30 #define TUNSETPERSIST _IOW('T', 203, int)
|
/bionic/libc/kernel/uapi/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/development/ndk/platforms/android-L/include/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/external/iproute2/include/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/external/kernel-headers/original/uapi/linux/ |
if_tun.h | 44 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
if_tun.h | 41 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_tun.h | 41 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
if_tun.h | 42 #define TUNSETPERSIST _IOW('T', 203, int)
|
/external/iproute2/ip/ |
iptuntap.c | 74 if (ioctl(fd, TUNSETPERSIST, 1)) { 75 perror("ioctl(TUNSETPERSIST)"); 97 if (ioctl(fd, TUNSETPERSIST, 0)) { 98 perror("ioctl(TUNSETPERSIST)");
|