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

/freebsd-10-stable/crypto/openssh/
H A Ddispatch.h46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *, void *);
H A Ddispatch.c92 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done, function
140 if ((r = ssh_dispatch_run(ssh, mode, done, ctxt)) != 0)
H A Dssh_namespace.h596 #define ssh_dispatch_run Fssh_ssh_dispatch_run macro
H A Dssh-keyscan.c320 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done, c->c_ssh);
H A Dsshconnect2.c402 ssh_dispatch_run(ssh, DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */

Completed in 167 milliseconds