HomeSort by relevance Sort by last modified time
    Searched defs:IFF_TUN (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
if_tun.h 25 #define TUN_TUN_DEV IFF_TUN
52 #define IFF_TUN 0x0001
  /external/iproute2/include/uapi/linux/
if_tun.h 26 /* TUN device type flags: deprecated. Use IFF_TUN/IFF_TAP instead. */
27 #define TUN_TUN_DEV IFF_TUN
62 #define IFF_TUN 0x0001
  /external/kernel-headers/original/uapi/linux/
if_tun.h 26 /* TUN device type flags: deprecated. Use IFF_TUN/IFF_TAP instead. */
27 #define TUN_TUN_DEV IFF_TUN
62 #define IFF_TUN 0x0001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_tun.h 58 #define IFF_TUN 0x0001
  /kernel/tests/net/test/
multinetwork_base.py 36 IFF_TUN = 1
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 328 IFF_TUN = 0x1
    [all...]
zerrors_linux_amd64.go 328 IFF_TUN = 0x1
    [all...]
zerrors_linux_arm.go 330 IFF_TUN = 0x1
    [all...]
zerrors_linux_arm64.go 444 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips.go 429 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips64.go 440 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips64le.go 440 IFF_TUN = 0x1
    [all...]
zerrors_linux_mipsle.go 429 IFF_TUN = 0x1
    [all...]
zerrors_linux_ppc64.go 444 IFF_TUN = 0x1
    [all...]
zerrors_linux_ppc64le.go 444 IFF_TUN = 0x1
    [all...]
zerrors_linux_s390x.go 439 IFF_TUN = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 328 IFF_TUN = 0x1
    [all...]
zerrors_linux_amd64.go 328 IFF_TUN = 0x1
    [all...]
zerrors_linux_arm.go 330 IFF_TUN = 0x1
    [all...]
zerrors_linux_arm64.go 444 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips.go 429 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips64.go 440 IFF_TUN = 0x1
    [all...]
zerrors_linux_mips64le.go 440 IFF_TUN = 0x1
    [all...]
zerrors_linux_mipsle.go 429 IFF_TUN = 0x1
    [all...]
zerrors_linux_ppc64.go 444 IFF_TUN = 0x1
    [all...]

Completed in 1730 milliseconds

1 2