Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h163 void *mux_ctx; member
Dmux.c269 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in process_mux_master_hello()
1102 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; in mux_master_read_cb()
1109 if (c->mux_ctx == NULL) { in mux_master_read_cb()
1111 c->mux_ctx = state; in mux_master_read_cb()
Dchannels.c352 c->mux_ctx = NULL; in channel_new()