Searched refs:tun_open (Results 1 – 10 of 10) sorted by relevance
/freebsd/sbin/nos-tun/ |
H A D | nos-tun.c | 109 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 D | readconf.h | 141 int tun_open; /* tun(4) */ member
|
H A D | misc.h | 139 int tun_open(int, int, char **);
|
H A D | ssh.c | 935 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 D | readconf.c | 459 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 D | sshconnect.c | 1374 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key() 1377 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
|
H A D | serverloop.c | 519 sock = tun_open(tun, mode, &ifname); in server_request_tun()
|
H A D | clientloop.c | 1856 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 D | ssh_namespace.h | 1005 #define tun_open Fssh_tun_open macro
|
H A D | misc.c | 1453 tun_open(int tun, int mode, char **ifname) in tun_open() function
|