HomeSort by relevance Sort by last modified time
    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:__anon12452
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 91 /* function: tun_open
94 int tun_open() { function
471 tunnel.fd6 = tun_open();
473 logmsg(ANDROID_LOG_FATAL, "tun_open failed: %s", strerror(errno));
477 tunnel.fd4 = tun_open();

Completed in 806 milliseconds