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

/freebsd-current/crypto/openssh/
H A Ddispatch.h46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
H A Ddispatch.c87 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) function
132 if ((r = ssh_dispatch_run(ssh, mode, done)) != 0)
H A Dssh-keyscan.c315 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done);
H A Dssh_namespace.h570 #define ssh_dispatch_run Fssh_ssh_dispatch_run macro

Completed in 89 milliseconds