OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tun_open
(Results
1 - 9
of
9
) sorted by null
/external/openssh/
misc.h
55
int
tun_open
(int, int);
readconf.h
126
int
tun_open
; /* tun(4) */
member in struct:__anon26787
ssh.c
443
if (options.
tun_open
== -1)
444
options.
tun_open
= SSH_TUNMODE_DEFAULT;
1134
if (options.
tun_open
!= SSH_TUNMODE_NO) {
1135
if (client_request_tun_fwd(options.
tun_open
,
[
all
...]
readconf.c
325
options->
tun_open
= SSH_TUNMODE_NO;
959
intptr = &options->
tun_open
;
[
all
...]
sshconnect.c
1025
if (options.
tun_open
!= SSH_TUNMODE_NO) {
1028
options.
tun_open
= SSH_TUNMODE_NO;
[
all
...]
clientloop.c
[
all
...]
misc.c
647
tun_open
(int tun, int mode)
function
serverloop.c
998
sock =
tun_open
(tun, mode);
[
all
...]
/external/android-clat/
clatd.c
78
/* function:
tun_open
81
int
tun_open
() {
function
414
tunnel.fd6 =
tun_open
();
420
tunnel.fd4 =
tun_open
();
Completed in 628 milliseconds