Searched refs:stdio_forward_host (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h111 char *stdio_forward_host; member in struct:__anon6881
H A Dssh.c705 if (options.stdio_forward_host != NULL)
839 if (options.stdio_forward_host != NULL)
844 options.stdio_forward_host = fwd.listen_host;
1680 if (options.stdio_forward_host == NULL)
1683 debug3("%s: %s:%d", __func__, options.stdio_forward_host,
1689 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host,
H A Dreadconf.c1862 options->stdio_forward_host = NULL;
1998 options->stdio_forward_host != NULL ? 1 : 0;
2001 options->stdio_forward_host != NULL ? 1 : 0;
H A Dmux.c2155 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 ||
2293 if (options.stdio_forward_host != NULL)

Completed in 74 milliseconds