Home
last modified time | relevance | path

Searched refs:npfd_active (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dserverloop.c338 u_int npfd_alloc = 0, npfd_active = 0; in server_loop2() local
384 &pfd, &npfd_alloc, &npfd_active, rekey_timeout_ms, &osigset, in server_loop2()
395 channel_after_poll(ssh, pfd, npfd_active); in server_loop2()
H A Dclientloop.c1219 u_int npfd_alloc = 0, npfd_active = 0; in client_loop() local
1345 &npfd_active, ssh_packet_is_rekeying(ssh), in client_loop()
1352 channel_after_poll(ssh, pfd, npfd_active); in client_loop()