Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h184 struct channel_connect connect_ctx; member
Dchannels.c1888 c->self, c->connect_ctx.host, c->connect_ctx.port); in channel_post_connecting()
1889 channel_connect_ctx_free(&c->connect_ctx); in channel_post_connecting()
1911 if ((sock = connect_next(&c->connect_ctx)) > 0) { in channel_post_connecting()
1919 c->connect_ctx.host, c->connect_ctx.port); in channel_post_connecting()
1920 channel_connect_ctx_free(&c->connect_ctx); in channel_post_connecting()
4344 c->connect_ctx = cctx;
4459 c->connect_ctx = cctx;
4571 c->connect_ctx = cctx;