Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c152 static void mux_stdio_confirm(struct ssh *, int, int, void *);
1048 channel_register_open_confirm(ssh, nc->self, mux_stdio_confirm, cctx); in mux_master_process_stdio_fwd()
1057 mux_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_stdio_confirm() function