Searched refs:connect_ctx (Results 1 – 2 of 2) sorted by relevance
140 struct channel_connect connect_ctx; member
1494 c->self, c->connect_ctx.host, c->connect_ctx.port); in channel_post_connecting()1495 channel_connect_ctx_free(&c->connect_ctx); in channel_post_connecting()1512 if ((sock = connect_next(&c->connect_ctx)) > 0) { in channel_post_connecting()1520 c->connect_ctx.host, c->connect_ctx.port); in channel_post_connecting()1521 channel_connect_ctx_free(&c->connect_ctx); in channel_post_connecting()2964 c->connect_ctx = cctx; in connect_to()