Home
last modified time | relevance | path

Searched refs:remote_forwards (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dssh.c887 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
888 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
889 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
890 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
891 options.remote_forwards[i].connect_port); in ssh_init_forwarding()
893 options.remote_forwards[i].listen_host, in ssh_init_forwarding()
894 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
895 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
896 options.remote_forwards[i].connect_port) < 0) { in ssh_init_forwarding()
904 &options.remote_forwards[i]); in ssh_init_forwarding()
Dreadconf.h98 Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; member
Dreadconf.c265 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
285 if (options->remote_forwards[i].listen_host != NULL) in clear_forwardings()
286 xfree(options->remote_forwards[i].listen_host); in clear_forwardings()
287 xfree(options->remote_forwards[i].connect_host); in clear_forwardings()