Searched refs:ssh_packet_get_bytes (Results 1 – 5 of 5) sorted by relevance
142 void ssh_packet_get_bytes(struct ssh *, uint64_t *, uint64_t *);
1309 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
685 #define ssh_packet_get_bytes Fssh_ssh_packet_get_bytes macro
1700 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
472 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) in ssh_packet_get_bytes() function