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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h164 void *mux_ctx; member in struct:Channel
H A Dmux.c264 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
267 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
1011 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
1018 if (c->mux_ctx == NULL) {
1020 c->mux_ctx = state;
H A Dchannels.c349 c->mux_ctx = NULL;

Completed in 96 milliseconds