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 86 int tun_open(int, int);
readconf.h 137 int tun_open; /* tun(4) */ member in struct:__anon28993
readconf.c 406 options->tun_open = SSH_TUNMODE_NO;
    [all...]
ssh.c 775 if (options.tun_open == -1)
776 options.tun_open = SSH_TUNMODE_DEFAULT;
    [all...]
sshconnect.c 1149 if (options.tun_open != SSH_TUNMODE_NO) {
1152 options.tun_open = SSH_TUNMODE_NO;
    [all...]
serverloop.c 532 sock = tun_open(tun, mode);
clientloop.c     [all...]
misc.c 717 tun_open(int tun, int mode) function

Completed in 700 milliseconds