Searched defs:tx_byte_count (Results 1 - 1 of 1) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc469 uint64_t rx_byte_count = 0, tx_byte_count = 0; local
472 interface_index_, &rx_byte_count, &tx_byte_count);
483 transmit_byte_offset_ = tx_byte_count - profile_byte_count;
1759 uint64_t rx_byte_count = 0, tx_byte_count = 0; local
1761 interface_index_, &rx_byte_count, &tx_byte_count);
1766 uint64_t rx_byte_count = 0, tx_byte_count = 0; local
1768 interface_index_, &rx_byte_count, &tx_byte_count);
1769 return tx_byte_count - transmit_byte_offset_;

Completed in 30 milliseconds