Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dchannels.c223 static int connect_next(struct channel_connect *);
2101 if ((sock = connect_next(&c->connect_ctx)) == -1) { in channel_post_connecting()
4589 connect_next(struct channel_connect *cctx) in connect_next() function
4720 if ((sock = connect_next(cctx)) == -1) { in connect_to_helper()