Searched refs:npfd_active (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | serverloop.c | 338 u_int npfd_alloc = 0, npfd_active = 0; in server_loop2() local 372 &pfd, &npfd_alloc, &npfd_active, &osigset, in server_loop2() 377 channel_after_poll(ssh, pfd, npfd_active); in server_loop2()
|
| H A D | clientloop.c | 1449 u_int npfd_alloc = 0, npfd_active = 0; in client_loop() local 1586 &npfd_active, channel_did_enqueue, &osigset, in client_loop() 1595 channel_after_poll(ssh, pfd, npfd_active); in client_loop()
|