HomeSort by: relevance | last modified time | path
    Searched refs:npfd_active (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
serverloop.c 355 u_int npfd_alloc = 0, npfd_active = 0; local
396 &pfd, &npfd_alloc, &npfd_active, &osigset,
401 channel_after_poll(ssh, pfd, npfd_active);
clientloop.c 1462 u_int npfd_alloc = 0, npfd_active = 0; local
1607 &npfd_active, channel_did_enqueue, &osigset,
1616 channel_after_poll(ssh, pfd, npfd_active);

Completed in 17 milliseconds