Home
last modified time | relevance | path

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

/external/qemu/android/
Dhw-qemud.c2024 size_t sent_bytes = 0; in _qemudPipe_recvBuffers() local
2049 sent_bytes += to_copy; in _qemudPipe_recvBuffers()
2062 D("%s: -> %u (of %u)", __FUNCTION__, sent_bytes, buffers->size); in _qemudPipe_recvBuffers()
2064 return sent_bytes; in _qemudPipe_recvBuffers()
/external/openssh/
Dmonitor.c137 u_int64_t sent_bytes; member
1790 roam_set_bytes(child_state.sent_bytes, child_state.recv_bytes); in monitor_apply_keystate()
1910 child_state.sent_bytes = buffer_get_int64(&m); in mm_get_keystate()