Home
last modified time | relevance | path

Searched refs:receive_byte_offset_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Ddevice.cc166 receive_byte_offset_(0), in Device()
229 interface_index_, &receive_byte_offset_, &transmit_byte_offset_); in Device()
480 receive_byte_offset_ = rx_byte_count - profile_byte_count; in Load()
1243 interface_index_, &receive_byte_offset_, &transmit_byte_offset_); in ResetByteCounters()
1762 return rx_byte_count - receive_byte_offset_; in GetReceiveByteCount()
Ddevice.h868 uint64_t receive_byte_offset_; variable