Searched refs:tun_open (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h82 int tun_open(int, int);
H A Dreadconf.h138 int tun_open; /* tun(4) */ member in struct:__anon510
H A Dreadconf.c416 options->tun_open = SSH_TUNMODE_NO;
1456 intptr = &options->tun_open;
1877 options->tun_open = -1;
2065 if (options->tun_open == -1)
2066 options->tun_open = SSH_TUNMODE_NO;
2578 dump_cfg_fmtint(oTunnel, o->tun_open);
H A Dssh.c777 if (options.tun_open == -1)
778 options.tun_open = SSH_TUNMODE_DEFAULT;
1676 if (options.tun_open != SSH_TUNMODE_NO) {
1677 if (client_request_tun_fwd(options.tun_open,
H A Dsshconnect.c1151 if (options.tun_open != SSH_TUNMODE_NO) {
1154 options.tun_open = SSH_TUNMODE_NO;
H A Dclientloop.c2017 if ((fd = tun_open(local_tun, tun_mode)) == -1) {
2027 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
H A Dssh_namespace.h907 #define tun_open Fssh_tun_open macro
H A Dmisc.c712 tun_open(int tun, int mode) function
H A Dserverloop.c1045 sock = tun_open(tun, mode);
/freebsd-10-stable/sbin/nos-tun/
H A Dnos-tun.c112 tun_open(char *dev_name, struct sockaddr *ouraddr, char *theiraddr) function
308 if(tun_open(dev_name, &t_laddr, to_point)) {

Completed in 285 milliseconds