Searched refs:ssh_packet_get_bytes (Results 1 – 4 of 4) sorted by relevance
139 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
1371 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
1673 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
467 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() function