| H A D | mux.c | 254 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_hello() 295 /* Enqueue a "ok" response to the reply buffer */ 297 reply_ok(struct sshbuf *reply, u_int rid) 301 if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 || in reply_ok() 302 (r = sshbuf_put_u32(reply, rid)) != 0) in reply_ok() 303 fatal_fr(r, "reply"); in reply_ok() 306 /* Enqueue an error response to the reply buffer */ 308 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) 312 if ((r = sshbuf_put_u32(reply, type)) != 0 || in reply_error() 313 (r = sshbuf_put_u32(reply, ri in reply_error() 255 mux_master_process_hello(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_hello() argument 298 reply_ok(struct sshbuf * reply,u_int rid) reply_ok() argument 309 reply_error(struct sshbuf * reply,u_int type,u_int rid,const char * msg) reply_error() argument 321 mux_master_process_new_session(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_new_session() argument 478 mux_master_process_alive_check(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_alive_check() argument 495 mux_master_process_terminate(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_terminate() argument 671 mux_master_process_open_fwd(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_open_fwd() argument 836 mux_master_process_close_fwd(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_close_fwd() argument 948 mux_master_process_stdio_fwd(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_stdio_fwd() argument 1048 struct sshbuf *reply; mux_stdio_confirm() local 1091 mux_master_process_stop_listening(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_stop_listening() argument 1121 mux_master_process_proxy(struct ssh * ssh,u_int rid,Channel * c,struct sshbuf * m,struct sshbuf * reply) mux_master_process_proxy() argument 1349 struct sshbuf *reply; mux_session_confirm() local [all...] |