Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmroute6.h109 unsigned long obytes; /* Out bytes */ member
Dmroute.h99 unsigned long obytes; /* Out bytes */ member
/external/openssh/
Dclientloop.c1507 u_int64_t ibytes, obytes; in client_loop() local
1786 packet_get_bytes(&ibytes, &obytes); in client_loop()
1788 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1791 obytes / total_time, ibytes / total_time); in client_loop()
Dsshd.c1419 u_int64_t ibytes, obytes; local
2156 packet_get_bytes(&ibytes, &obytes);
2158 (unsigned long long)obytes, (unsigned long long)ibytes);
Dpacket.c460 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
464 if (obytes) in ssh_packet_get_bytes()
465 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1763 long long obytes = bytes; in generic_write_table() local
1802 olength, bytes - obytes); in generic_write_table()