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

/freebsd-10-stable/crypto/openssh/
H A Dchannels.h222 void channel_register_open_confirm(int, channel_open_fn *, void *);
H A Dssh.c1616 channel_register_open_confirm(c->self, ssh_stdio_confirm, NULL);
1952 channel_register_open_confirm(c->self,
H A Dssh_namespace.h202 #define channel_register_open_confirm Fssh_channel_register_open_confirm macro
H A Dmux.c470 channel_register_open_confirm(nc->self, mux_session_confirm, cctx);
1029 channel_register_open_confirm(nc->self, mux_stdio_confirm, cctx);
H A Dchannels.c739 channel_register_open_confirm(int id, channel_open_fn *fn, void *ctx) function
744 logit("channel_register_open_confirm: %d: bad id", id);

Completed in 132 milliseconds