/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
if_tun.h | 41 #define TUNSETIFF _IOW('T', 202, int)
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
if_tun.h | 41 #define TUNSETIFF _IOW('T', 202, int)
|
/test/vts-testcase/kernel/api/tun/ |
vts_kernel_tun_test.cpp | 66 if (ioctl(fd, TUNSETIFF, (void *) &ifr) < 0) {
|
/external/autotest/client/deps/lansim/src/ |
wrapper_linux_if_tun.c | 41 PyModule_AddIntMacro(m, TUNSETIFF); 62 /* TUNSETIFF ifr flags */
|
/system/netd/tests/ |
tun_interface.cpp | 70 int ret = ioctl(mFd, TUNSETIFF, &ifr, sizeof(ifr));
|
/external/iproute2/ip/ |
iptuntap.c | 62 if (ioctl(fd, TUNSETIFF, ifr)) { 63 perror("ioctl(TUNSETIFF)"); 93 if (ioctl(fd, TUNSETIFF, ifr)) { 94 perror("ioctl(TUNSETIFF)");
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 70 if (ioctl(interface, TUNSETIFF, &ifr)) {
|
/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/ipsec-tools/ |
main.c | 116 if (ioctl(tun, TUNSETIFF, &ifr)) {
|
/external/openssh/openbsd-compat/ |
port-tun.c | 91 if (ioctl(fd, TUNSETIFF, &ifr) == -1) {
|
/frameworks/base/services/core/jni/ |
com_android_server_connectivity_Vpn.cpp | 67 if (ioctl(tun, TUNSETIFF, &ifr4)) {
|
/kernel/tests/net/test/ |
multinetwork_base.py | 40 TUNSETIFF = 0x400454ca 203 fcntl.ioctl(f, TUNSETIFF, ifr)
|
/system/bt/btif/src/ |
btif_pan.cc | 395 err = ioctl(fd, TUNSETIFF, (void*)&ifr);
|
/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...] |
/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...] |