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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h58 int tun_open(int, int);
H A Dreadconf.h130 int tun_open; /* tun(4) */ member in struct:__anon4957
H A Dreadconf.c358 options->tun_open = SSH_TUNMODE_NO;
1014 intptr = &options->tun_open;
1312 options->tun_open = -1;
1470 if (options->tun_open == -1)
1471 options->tun_open = SSH_TUNMODE_NO;
H A Dssh.c469 if (options.tun_open == -1)
470 options.tun_open = SSH_TUNMODE_DEFAULT;
1200 if (options.tun_open != SSH_TUNMODE_NO) {
1201 if (client_request_tun_fwd(options.tun_open,
H A Dsshconnect.c1078 if (options.tun_open != SSH_TUNMODE_NO) {
1081 options.tun_open = SSH_TUNMODE_NO;
H A Dssh_namespace.h466 #define tun_open ssh_tun_open macro
H A Dclientloop.c1953 if ((fd = tun_open(local_tun, tun_mode)) == -1) {
1969 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
H A Dmisc.c647 tun_open(int tun, int mode) function
H A Dserverloop.c1015 sock = tun_open(tun, mode);
/freebsd-10.0-release/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 86 milliseconds