Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddispatch.h48 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
H A Ddispatch.c129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal() function
H A Dserverloop.c315 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, NULL); in process_buffered_input_packets()
H A Dclientloop.c1395 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()