Home
last modified time | relevance | path

Searched refs:ssh_packet_get_bytes (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dpacket.h139 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
H A Dsshd-session.c1371 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
H A Dclientloop.c1673 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
H A Dpacket.c467 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() function