HomeSort by: relevance | last modified time | path
    Searched refs:tun_open (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.h 160 int tun_open; /* tun(4) */ member in struct:__anon181
misc.h 149 int tun_open(int, int, char **);
ssh.c 898 if (options.tun_open == -1)
899 options.tun_open = SSH_TUNMODE_DEFAULT;
2121 if (options.tun_open != SSH_TUNMODE_NO) {
2123 options.tun_open, options.tun_local,
sshconnect.c 1405 if (options.tun_open != SSH_TUNMODE_NO) {
1408 options.tun_open = SSH_TUNMODE_NO;
readconf.c 496 options->tun_open = SSH_TUNMODE_NO;
2119 intptr = &options->tun_open;
2899 options->tun_open = -1;
3133 if (options->tun_open == -1)
3134 options->tun_open = SSH_TUNMODE_NO;
3935 dump_cfg_fmtint(oTunnel, o->tun_open);
serverloop.c 566 sock = tun_open(tun, mode, &ifname);
misc.c 1487 tun_open(int tun, int mode, char **ifname) function
clientloop.c 1899 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) {

Completed in 25 milliseconds