Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dicmp_session.cc128 int lost_packet_count = 0; in IsPacketLossPercentageGreaterThan() local
131 ++lost_packet_count; in IsPacketLossPercentageGreaterThan()
134 int packet_loss_percentage = (lost_packet_count * 100) / result.size(); in IsPacketLossPercentageGreaterThan()