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

  /external/openssh/
misc.h 55 int tun_open(int, int);
readconf.h 126 int tun_open; /* tun(4) */ member in struct:__anon11207
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...]

Completed in 84 milliseconds