Searched refs:channel_register_open_confirm (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dchannels.h213 void channel_register_open_confirm(int, channel_open_fn *, void *);
H A Dssh.c1400 channel_register_open_confirm(c->self,
H A Dmux.c470 channel_register_open_confirm(nc->self, mux_session_confirm, cctx);
H A Dchannels.c704 channel_register_open_confirm(int id, channel_open_fn *fn, void *ctx) function
709 logit("channel_register_open_confirm: %d: bad id", id);

Completed in 68 milliseconds