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

  /external/openssh/
channels.h 164 void *mux_ctx; member in struct:Channel
mux.c 272 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
275 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
1134 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
1141 if (c->mux_ctx == NULL) {
1143 c->mux_ctx = state;
    [all...]
channels.c 375 c->mux_ctx = NULL;
441 other->mux_ctx == c) {
442 other->mux_ctx = NULL;
    [all...]

Completed in 2726 milliseconds