Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.c214 static int connect_next(struct channel_connect *);
2068 if ((sock = connect_next(&c->connect_ctx)) == -1) { in channel_post_connecting()
4532 connect_next(struct channel_connect *cctx) in connect_next() function
4663 if ((sock = connect_next(cctx)) == -1) { in connect_to_helper()