HomeSort by relevance Sort by last modified time
    Searched refs:tun_open (Results 1 - 12 of 12) sorted by null

  /external/android-clat/
tun.h 32 int tun_open();
tun.c 29 /* function: tun_open
32 int tun_open() { function
clatd_microbenchmark.c 66 int fd = tun_open();
67 if (fd == -1) die("tun_open");
clatd.c 500 tunnel.fd4 = tun_open();
  /external/openssh/
misc.h 78 int tun_open(int, int);
readconf.h 125 int tun_open; /* tun(4) */ member in struct:__anon28144
readconf.c 365 options->tun_open = SSH_TUNMODE_NO;
    [all...]
ssh.c 750 if (options.tun_open == -1)
751 options.tun_open = SSH_TUNMODE_DEFAULT;
    [all...]
sshconnect.c 1147 if (options.tun_open != SSH_TUNMODE_NO) {
1150 options.tun_open = SSH_TUNMODE_NO;
    [all...]
clientloop.c     [all...]
misc.c 648 tun_open(int tun, int mode) function
serverloop.c 1051 sock = tun_open(tun, mode);
    [all...]

Completed in 110 milliseconds