Searched refs:resend_bytes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Droaming.h41 void resend_bytes(int, u_int64_t *);
H A Droaming_client.c225 resend_bytes(packet_get_connection_out(), &recv_bytes);
H A Droaming_common.c199 resend_bytes(int fd, u_int64_t *offset) function
208 debug3("resend_bytes: resend %lu bytes from %llu",
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drand-fortuna.c443 static unsigned resend_bytes; variable
592 resend_bytes += size;
593 if (resend_bytes > FORTUNA_RESEED_BYTE || resend_bytes < size) {
594 resend_bytes = 0;

Completed in 118 milliseconds