Searched refs:sent_total_packets (Results 1 – 6 of 6) sorted by relevance
94 sent_total_packets(0), in ConnectionInfo()109 size_t sent_total_packets; // Number of total outgoing packets attempted for member
946 info.sent_total_packets = connection->sent_total_packets(); in GetStats()
466 size_t sent_total_packets();
1335 size_t Connection::sent_total_packets() { in sent_total_packets() function in cricket::Connection
1145 EXPECT_EQ(10U, best_conn_info->sent_total_packets); in TEST_F()
630 { StatsReport::kStatsValueNamePacketsSent, info.sent_total_packets }, in AddConnectionInfoReport()