HomeSort by relevance Sort by last modified time
    Searched refs:TUNSETIFF (Results 1 - 25 of 28) sorted by null

1 2

  /external/toybox/toys/net/
tunctl.c 47 xioctl(fd, TUNSETIFF, toybuf);
  /device/google/cuttlefish_common/common/libs/utils/
network.cpp 57 int err = tap_fd->Ioctl(TUNSETIFF, &ifr);
  /external/android-clat/
tun.c 60 if ((err = ioctl(fd, TUNSETIFF, (void *)&ifr)) < 0) {
  /external/autotest/client/deps/fakemodem/src/
fakenet.c 45 if ((err = ioctl (fd, TUNSETIFF, (void *) &ifr)) < 0) {
46 printf ("Error calling TUNSETIFF: %s\n", strerror (errno));
  /external/iproute2/include/uapi/linux/
if_tun.h 34 #define TUNSETIFF _IOW('T', 202, int)
61 /* TUNSETIFF ifr flags */
  /bionic/libc/kernel/uapi/linux/
if_tun.h 30 #define TUNSETIFF _IOW('T', 202, int)
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if_tun.c 41 PyModule_AddIntMacro(m, TUNSETIFF);
62 /* TUNSETIFF ifr flags */
  /external/kernel-headers/original/uapi/linux/
if_tun.h 34 #define TUNSETIFF _IOW('T', 202, int)
64 /* TUNSETIFF ifr flags */
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 70 if (ioctl(interface, TUNSETIFF, &ifr)) {
  /external/iproute2/ip/
iptuntap.c 63 if (ioctl(fd, TUNSETIFF, ifr)) {
64 perror("ioctl(TUNSETIFF)");
94 if (ioctl(fd, TUNSETIFF, ifr)) {
95 perror("ioctl(TUNSETIFF)");
  /external/autotest/client/deps/lansim/src/py/
tuntap.py 85 @param mode: This argument is passed to the TUNSETIFF ioctl() to create
112 ifs = fcntl.ioctl(fd, pyiftun.TUNSETIFF,
  /external/honggfuzz/examples/linux_kernel_ip/
tun.c 81 if (ioctl(fd, TUNSETIFF, (void*)&ifr) != 0) {
82 pfatal("ioctl(TUNSETIFF)");
  /external/ipsec-tools/
main.c 116 if (ioctl(tun, TUNSETIFF, &ifr)) {
  /external/openssh/openbsd-compat/
port-tun.c 91 if (ioctl(fd, TUNSETIFF, &ifr) == -1) {
  /external/syzkaller/executor/
common_linux.h 182 if (ioctl(tunfd, TUNSETIFF, (void*)&ifr) < 0) {
185 if (ioctl(tunfd, TUNSETIFF, (void*)&ifr) < 0)
186 fail("tun: ioctl(TUNSETIFF) failed");
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
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...]
  /external/syzkaller/pkg/csource/
generated.go 818 if (ioctl(tunfd, TUNSETIFF, (void*)&ifr) < 0) {
820 if (ioctl(tunfd, TUNSETIFF, (void*)&ifr) < 0)
821 fail("tun: ioctl(TUNSETIFF) failed");
    [all...]

Completed in 6898 milliseconds

1 2