Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h206 void *mux_ctx; member
H A Dchannels.c749 other->mux_ctx == c) { in channel_free()
750 other->mux_ctx = NULL; in channel_free()
761 free(c->mux_ctx); in channel_free()
762 c->mux_ctx = NULL; in channel_free()
764 free(c->mux_ctx); in channel_free()
765 c->mux_ctx = NULL; in channel_free()
1023 c->mux_ctx != NULL ? "m" : "nm", c->mux_downstream_id, in channel_format_status()
3179 c->mux_ctx = downstream; /* point to mux client */ in channel_proxy_downstream()
3206 c->mux_ctx = downstream; /* point to mux client */ in channel_proxy_downstream()
3305 if ((downstream = c->mux_ctx) == NULL) in channel_proxy_upstream()
H A Dmux.c271 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_process_hello()
1152 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_read_cb()
1161 if (c->mux_ctx == NULL) { in mux_master_read_cb()
1163 c->mux_ctx = state; in mux_master_read_cb()