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

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.c186 static int connect_next(struct channel_connect *);
1634 if ((sock = connect_next(&c->connect_ctx)) > 0) {
3628 connect_next(struct channel_connect *cctx) function
3647 error("connect_next: getnameinfo failed");
3666 debug("connect_next: host %.100s ([%.100s]:%s): "
3676 debug("connect_next: host %.100s ([%.100s]:%s) "
3751 if ((sock = connect_next(&cctx)) == -1) {
H A Dssh_namespace.h261 #define connect_next Fssh_connect_next macro

Completed in 64 milliseconds