Searched refs:obytes (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | mroute6.h | 109 unsigned long obytes; /* Out bytes */ member
|
D | mroute.h | 99 unsigned long obytes; /* Out bytes */ member
|
/external/openssh/ |
D | clientloop.c | 1507 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()
|
D | sshd.c | 1419 u_int64_t ibytes, obytes; local 2156 packet_get_bytes(&ibytes, &obytes); 2158 (unsigned long long)obytes, (unsigned long long)ibytes);
|
D | packet.c | 460 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/ |
D | mksquashfs.c | 1763 long long obytes = bytes; in generic_write_table() local 1802 olength, bytes - obytes); in generic_write_table()
|