Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c2601 u_int64_t sent_bytes = 0, recv_bytes = 0; in ssh_packet_set_state() local
2667 if ((r = sshbuf_get_u64(m, &sent_bytes)) != 0 || in ssh_packet_set_state()
2670 roam_set_bytes(sent_bytes, recv_bytes); in ssh_packet_set_state()