Searched refs:obytes (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/linux/ |
D | mroute6.h | 107 unsigned long obytes; /* Out bytes */ member
|
/external/openssh/ |
D | clientloop.c | 1385 u_int64_t ibytes, obytes; in client_loop() local 1646 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes); in client_loop() 1648 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1651 obytes / total_time, ibytes / total_time); in client_loop()
|
D | sshd.c | 1323 u_int64_t ibytes, obytes; local 2053 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes); 2055 (unsigned long long)obytes, (unsigned long long)ibytes);
|