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.h139 int tun_open(int, int, char **);
H A Dssh.c935 if (options.tun_open == -1) in main()
936 options.tun_open = SSH_TUNMODE_DEFAULT; in main()
2104 if (options.tun_open != SSH_TUNMODE_NO) { in ssh_init_forwarding()
2106 options.tun_open, options.tun_local, in ssh_init_forwarding()
H A Dreadconf.c459 options->tun_open = SSH_TUNMODE_NO; in clear_forwardings()
1981 intptr = &options->tun_open; in process_config_line_depth()
2664 options->tun_open = -1; in initialize_options()
2858 if (options->tun_open == -1) in fill_default_options()
2859 options->tun_open = SSH_TUNMODE_NO; in fill_default_options()
3606 dump_cfg_fmtint(oTunnel, o->tun_open); in dump_client_config()
H A Dsshconnect.c1374 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key()
1377 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
H A Dserverloop.c519 sock = tun_open(tun, mode, &ifname); in server_request_tun()
H A Dclientloop.c1856 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()
1867 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) in client_request_tun_fwd()
H A Dssh_namespace.h1005 #define tun_open Fssh_tun_open macro
H A Dmisc.c1453 tun_open(int tun, int mode, char **ifname) in tun_open() function