Searched refs:obytes (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | mroute.h | 112 unsigned long obytes; /* Out bytes */ member
|
D | mroute6.h | 112 unsigned long obytes; /* Out bytes */ member
|
/external/openssh/ |
D | clientloop.c | 1487 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()
|
D | sshd.c | 1471 u_int64_t ibytes, obytes; local 2277 packet_get_bytes(&ibytes, &obytes); 2279 (unsigned long long)obytes, (unsigned long long)ibytes);
|
D | packet.c | 396 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/ |
D | mksquashfs.c | 1699 long long obytes = bytes; in generic_write_table() local 1738 olength, bytes - obytes); in generic_write_table()
|