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.h142 void ssh_packet_get_bytes(struct ssh *, uint64_t *, uint64_t *);
H A Dsshd-session.c1309 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
H A Dssh_namespace.h685 #define ssh_packet_get_bytes Fssh_ssh_packet_get_bytes macro
H A Dclientloop.c1700 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
H A Dpacket.c472 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) in ssh_packet_get_bytes() function