OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFF_TUN
(Results
101 - 125
of
135
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
if_tun.h
64
#define
IFF_TUN
0x0001
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
if_tun.h
64
#define
IFF_TUN
0x0001
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
if_tun.h
64
#define
IFF_TUN
0x0001
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
if_tun.h
64
#define
IFF_TUN
0x0001
/test/vts-testcase/kernel/api/tun/
vts_kernel_tun_test.cpp
37
IFF_TUN
,
/external/autotest/client/deps/lansim/src/
wrapper_linux_if_tun.c
33
/* TUN device type flags: deprecated. Use
IFF_TUN
/IFF_TAP instead. */
63
PyModule_AddIntMacro(m,
IFF_TUN
);
/system/netd/tests/
tun_interface.cpp
63
.ifr_ifru = { .ifru_flags =
IFF_TUN
},
/external/autotest/client/deps/lansim/src/py/
tuntap.py
16
from lansim.pyiftun import IFF_TAP,
IFF_TUN
77
IFF_TUN
: "tun%d",
82
def __init__(self, mode=pyiftun.
IFF_TUN
, name=None, tundev='/dev/net/tun'):
87
or TUN (
IFF_TUN
) interface and some related constant flags found on
/development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp
67
ifr.ifr_flags =
IFF_TUN
| IFF_NO_PI;
/external/ipsec-tools/
main.c
105
struct ifreq ifr = {.ifr_flags =
IFF_TUN
};
/external/openssh/openbsd-compat/
port-tun.c
77
ifr.ifr_flags =
IFF_TUN
;
/frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp
66
ifr4.ifr_flags =
IFF_TUN
| IFF_NO_PI;
/kernel/tests/net/test/
multinetwork_base.py
37
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
...]
/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
...]
Completed in 1276 milliseconds
1
2
3
4
5
6