HomeSort by relevance Sort by last modified time
    Searched refs:TUNSETGROUP (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/linux/
if_tun.h 46 #define TUNSETGROUP _IOW('T', 206, int)
  /development/ndk/platforms/android-L/include/linux/
if_tun.h 46 #define TUNSETGROUP _IOW('T', 206, int)
  /external/iproute2/include/linux/
if_tun.h 45 #define TUNSETGROUP _IOW('T', 206, int)
  /external/kernel-headers/original/uapi/linux/
if_tun.h 47 #define TUNSETGROUP _IOW('T', 206, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_tun.h 44 #define TUNSETGROUP _IOW('T', 206, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_tun.h 44 #define TUNSETGROUP _IOW('T', 206, int)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_tun.h 46 #define TUNSETGROUP _IOW('T', 206, int)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_tun.h 46 #define TUNSETGROUP _IOW('T', 206, int)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_tun.h 46 #define TUNSETGROUP _IOW('T', 206, int)
  /external/iproute2/ip/
iptuntap.c 70 if (gid != -1 && ioctl(fd, TUNSETGROUP, gid)) {
71 perror("ioctl(TUNSETGROUP)");

Completed in 40 milliseconds