Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.cc1191 ByteString stats_bytes(msg.GetAttribute(IFLA_STATS64)); in RetrieveLinkStatistics() local
1193 if (stats_bytes.GetLength() < sizeof(stats)) { in RetrieveLinkStatistics()
1195 << stats_bytes.GetLength() << " < " << sizeof(stats); in RetrieveLinkStatistics()
1199 memcpy(&stats, stats_bytes.GetConstData(), sizeof(stats)); in RetrieveLinkStatistics()