Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h141 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
H A Dsshd-session.c1365 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
H A Dssh_namespace.h678 #define ssh_packet_get_bytes Fssh_ssh_packet_get_bytes macro
H A Dclientloop.c1674 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)
468 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) ssh_packet_get_bytes() function