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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h134 int tun_open; /* tun(4) */ member in struct:__anon6881
H A Dmisc.h99 int tun_open(int, int, char **);
H A Dreadconf.c414 options->tun_open = SSH_TUNMODE_NO;
1486 intptr = &options->tun_open;
1933 options->tun_open = -1;
2106 if (options->tun_open == -1)
2107 options->tun_open = SSH_TUNMODE_NO;
2657 dump_cfg_fmtint(oTunnel, o->tun_open);
H A Dssh.c829 if (options.tun_open == -1)
830 options.tun_open = SSH_TUNMODE_DEFAULT;
1754 if (options.tun_open != SSH_TUNMODE_NO) {
1756 options.tun_open, options.tun_local,
H A Dserverloop.c559 sock = tun_open(tun, mode, &ifname);
H A Dsshconnect.c1195 if (options.tun_open != SSH_TUNMODE_NO) {
1198 options.tun_open = SSH_TUNMODE_NO;
H A Dclientloop.c1635 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) {
1646 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
H A Dssh_namespace.h832 #define tun_open Fssh_tun_open macro
H A Dmisc.c1032 tun_open(int tun, int mode, char **ifname) function
/freebsd-13-stable/sbin/nos-tun/
H A Dnos-tun.c114 tun_open(char *dev_name, struct sockaddr *ouraddr, char *theiraddr) function
310 if(tun_open(dev_name, &t_laddr, to_point)) {

Completed in 75 milliseconds