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

/freebsd-current/crypto/openssh/
H A Dchannels.c224 static const char *channel_rfwd_bind_host(const char *listen_host);
730 channel_rfwd_bind_host(perm->listen_host))) != 0 ||
4276 channel_rfwd_bind_host(const char *listen_host) function
4314 channel_rfwd_bind_host(fwd->listen_host))) != 0 ||
4366 * and what we've sent to the remote server (channel_rfwd_bind_host)
4382 channel_rfwd_bind_host(allowed_open->listen_host) :
4431 (r = sshpkt_put_cstring(ssh, channel_rfwd_bind_host(host))) != 0 ||

Completed in 133 milliseconds