HomeSort by relevance Sort by last modified time
    Searched refs:TUNSETPERSIST (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/autotest/client/deps/lansim/src/
wrapper_linux_if_tun.c 42 PyModule_AddIntMacro(m, TUNSETPERSIST);
  /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)");
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 1490 milliseconds

1 2 3 45