Searched refs:dispatch_run (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | dispatch.h | 55 #define dispatch_run(mode, done, ctxt) \ macro
|
D | auth2.c | 173 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
|
D | serverloop.c | 326 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state); in process_buffered_input_packets()
|
D | sshd.c | 2261 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
|
D | sshconnect2.c | 220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); in ssh_kex2()
|
D | clientloop.c | 1452 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets()
|