Searched refs:ssh_packet_get_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dpacket.h141 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
H A Dssh_namespace.h673 #define ssh_packet_get_bytes Fssh_ssh_packet_get_bytes macro
H A Dsshd.c2425 ssh_packet_get_bytes(ssh, &ibytes, &obytes);
H A Dpacket.c468 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) function
H A Dclientloop.c1690 ssh_packet_get_bytes(ssh, &ibytes, &obytes);

Completed in 239 milliseconds