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

/freebsd-10-stable/crypto/openssh/
H A Dchannels.c189 static int connect_next(struct channel_connect *);
1637 if ((sock = connect_next(&c->connect_ctx)) > 0) {
3632 connect_next(struct channel_connect *cctx) function
3651 error("connect_next: getnameinfo failed");
3670 debug("connect_next: host %.100s ([%.100s]:%s): "
3680 debug("connect_next: host %.100s ([%.100s]:%s) "
3755 if ((sock = connect_next(&cctx)) == -1) {
H A Dssh_namespace.h260 #define connect_next Fssh_connect_next macro

Completed in 114 milliseconds