HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_run (Results 1 - 8 of 8) sorted by null

  /external/openssh/
dispatch.h 39 void dispatch_run(int, volatile sig_atomic_t *, void *);
dispatch.c 84 dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) function
auth2.c 175 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
ssh-keyscan.c 261 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex);
262 fprintf(stderr, "Impossible! dispatch_run() returned!\n");
sshconnect2.c 216 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
418 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */
    [all...]
serverloop.c 541 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL);
    [all...]
clientloop.c     [all...]
sshd.c     [all...]

Completed in 94 milliseconds