Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h164 void *mux_ctx; member
Dmux.c272 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in process_mux_master_hello()
1134 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_read_cb()
1141 if (c->mux_ctx == NULL) { in mux_master_read_cb()
1143 c->mux_ctx = state; in mux_master_read_cb()
Dchannels.c375 c->mux_ctx = NULL; in channel_new()
441 other->mux_ctx == c) { in channel_free()
442 other->mux_ctx = NULL; in channel_free()
2510 c->mux_ctx = downstream; /* point to mux client */
2537 c->mux_ctx = downstream; /* point to mux client */
2643 if ((downstream = c->mux_ctx) == NULL)