Home
last modified time | relevance | path

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

/external/openssh/
Ddispatch.h55 #define dispatch_run(mode, done, ctxt) \ macro
Dauth2.c173 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
Dserverloop.c326 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state); in process_buffered_input_packets()
Dsshd.c2261 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
Dsshconnect2.c220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); in ssh_kex2()
Dclientloop.c1452 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets()