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.c751 other->mux_ctx == c) { in channel_free()
752 other->mux_ctx = NULL; in channel_free()
763 free(c->mux_ctx); in channel_free()
764 c->mux_ctx = NULL; in channel_free()
766 free(c->mux_ctx); in channel_free()
767 c->mux_ctx = NULL; in channel_free()
1025 c->mux_ctx != NULL ? "m" : "nm", c->mux_downstream_id, in channel_format_status()
3181 c->mux_ctx = downstream; /* point to mux client */ in channel_proxy_downstream()
3208 c->mux_ctx = downstream; /* point to mux client */ in channel_proxy_downstream()
3307 if ((downstream = c->mux_ctx) == NULL) in channel_proxy_upstream()
H A Dmux.c270 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_process_hello()
1151 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_read_cb()
1160 if (c->mux_ctx == NULL) { in mux_master_read_cb()
1162 c->mux_ctx = state; in mux_master_read_cb()