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

  /external/openssh/
channels.h 154 void *mux_ctx; member in struct:Channel
mux.c 267 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
270 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
958 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
965 if (c->mux_ctx == NULL) {
967 c->mux_ctx = state;
    [all...]
channels.c 332 c->mux_ctx = NULL;
    [all...]

Completed in 872 milliseconds