Home
last modified time | relevance | path

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

/freebsd/sbin/nos-tun/
H A Dnos-tun.c109 tun_open(char *dev_name, struct sockaddr *ouraddr, char *theiraddr) in tun_open() function
303 if(tun_open(dev_name, &t_laddr, to_point)) { in main()
/freebsd/crypto/openssh/
H A Dreadconf.h141 int tun_open; /* tun(4) */ member
H A Dmisc.h146 int tun_open(int, int, char **);
H A Dssh.c913 if (options.tun_open == -1) in main()
914 options.tun_open = SSH_TUNMODE_DEFAULT; in main()
2152 if (options.tun_open != SSH_TUNMODE_NO) { in ssh_init_forwarding()
2154 options.tun_open, options.tun_local, in ssh_init_forwarding()
H A Dreadconf.c450 options->tun_open = SSH_TUNMODE_NO; in clear_forwardings()
2023 intptr = &options->tun_open; in process_config_line_depth()
2788 options->tun_open = -1; in initialize_options()
2981 if (options->tun_open == -1) in fill_default_options()
2982 options->tun_open = SSH_TUNMODE_NO; in fill_default_options()
3786 dump_cfg_fmtint(oTunnel, o->tun_open); in dump_client_config()
H A Dsshconnect.c1369 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key()
1372 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
H A Dserverloop.c544 sock = tun_open(tun, mode, &ifname); in server_request_tun()
H A Dclientloop.c1883 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()
1894 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) in client_request_tun_fwd()
H A Dssh_namespace.h1011 #define tun_open Fssh_tun_open macro
H A Dmisc.c1517 tun_open(int tun, int mode, char **ifname) in tun_open() function