Searched refs:tun_open (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sbin/nos-tun/ |
| D | nos-tun.c | 112 tun_open(char *dev_name, struct sockaddr *ouraddr, char *theiraddr) in tun_open() function 308 if(tun_open(dev_name, &t_laddr, to_point)) { in main()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | misc.h | 82 int tun_open(int, int);
|
| D | readconf.h | 138 int tun_open; /* tun(4) */ member
|
| D | readconf.c | 416 options->tun_open = SSH_TUNMODE_NO; in clear_forwardings() 1456 intptr = &options->tun_open; in process_config_line_depth() 1877 options->tun_open = -1; in initialize_options() 2065 if (options->tun_open == -1) in fill_default_options() 2066 options->tun_open = SSH_TUNMODE_NO; in fill_default_options() 2578 dump_cfg_fmtint(oTunnel, o->tun_open); in dump_client_config()
|
| D | ssh.c | 777 if (options.tun_open == -1) in main() 778 options.tun_open = SSH_TUNMODE_DEFAULT; in main() 1676 if (options.tun_open != SSH_TUNMODE_NO) { in ssh_init_forwarding() 1677 if (client_request_tun_fwd(options.tun_open, in ssh_init_forwarding()
|
| D | sshconnect.c | 1151 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key() 1154 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
|
| D | clientloop.c | 2017 if ((fd = tun_open(local_tun, tun_mode)) == -1) { in client_request_tun_fwd() 2027 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) in client_request_tun_fwd()
|
| D | misc.c | 712 tun_open(int tun, int mode) in tun_open() function
|
| D | serverloop.c | 1045 sock = tun_open(tun, mode); in server_request_tun()
|
| D | ssh_namespace.h | 907 #define tun_open Fssh_tun_open macro
|