Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmroute.h112 unsigned long obytes; /* Out bytes */ member
Dmroute6.h112 unsigned long obytes; /* Out bytes */ member
/external/openssh/
Dclientloop.c1487 u_int64_t ibytes, obytes; in client_loop() local
1747 packet_get_bytes(&ibytes, &obytes); in client_loop()
1749 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1752 obytes / total_time, ibytes / total_time); in client_loop()
Dsshd.c1471 u_int64_t ibytes, obytes; local
2277 packet_get_bytes(&ibytes, &obytes);
2279 (unsigned long long)obytes, (unsigned long long)ibytes);
Dpacket.c396 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
400 if (obytes) in ssh_packet_get_bytes()
401 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1699 long long obytes = bytes; in generic_write_table() local
1738 olength, bytes - obytes); in generic_write_table()