Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dchannels.h303 void channel_register_open_confirm(struct ssh *, int,
H A Dssh.c1894 channel_register_open_confirm(ssh, c->self, ssh_stdio_confirm, NULL); in ssh_init_stdio_forwarding()
2191 channel_register_open_confirm(ssh, c->self, in ssh_session2_open()
H A Dmux.c468 channel_register_open_confirm(ssh, nc->self, mux_session_confirm, cctx); in mux_master_process_new_session()
1022 channel_register_open_confirm(ssh, nc->self, mux_stdio_confirm, cctx); in mux_master_process_stdio_fwd()
H A Dclientloop.c1719 channel_register_open_confirm(ssh, c->self, cb, cbctx); in client_request_tun_fwd()
H A Dchannels.c1113 channel_register_open_confirm(struct ssh *ssh, int id, in channel_register_open_confirm() function