Searched refs:ssh_packet_get_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | packet.h | 141 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
|
| H A D | sshd-session.c | 1365 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
|
| H A D | ssh_namespace.h | 678 #define ssh_packet_get_bytes Fssh_ssh_packet_get_bytes macro
|
| H A D | clientloop.c | 1674 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
|
| H A D | packet.c | 467 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
|