HomeSort by relevance Sort by last modified time
    Searched refs:mux_ctx (Results 1 - 3 of 3) sorted by null

  /external/openssh/
channels.h 163 void *mux_ctx; member in struct:Channel
mux.c 269 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
272 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
1102 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
1109 if (c->mux_ctx == NULL) {
1111 c->mux_ctx = state;
    [all...]
channels.c 352 c->mux_ctx = NULL;
    [all...]

Completed in 69 milliseconds