Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dmroute6.h107 unsigned long obytes; /* Out bytes */ member
/external/openssh/
Dclientloop.c1385 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()
Dsshd.c1323 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);