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 | 140 int tun_open; /* tun(4) */ member
|
| H A D | misc.h | 139 int tun_open(int, int, char **);
|
| H A D | ssh.c | 943 if (options.tun_open == -1) in main() 944 options.tun_open = SSH_TUNMODE_DEFAULT; in main() 2163 if (options.tun_open != SSH_TUNMODE_NO) { in ssh_init_forwarding() 2165 options.tun_open, options.tun_local, in ssh_init_forwarding()
|
| H A D | readconf.c | 462 options->tun_open = SSH_TUNMODE_NO; in clear_forwardings() 2027 intptr = &options->tun_open; in process_config_line_depth() 2732 options->tun_open = -1; in initialize_options() 2927 if (options->tun_open == -1) in fill_default_options() 2928 options->tun_open = SSH_TUNMODE_NO; in fill_default_options() 3677 dump_cfg_fmtint(oTunnel, o->tun_open); in dump_client_config()
|
| H A D | sshconnect.c | 1383 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key() 1386 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 | 1857 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd() 1868 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) in client_request_tun_fwd()
|
| H A D | ssh_namespace.h | 998 #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
|