Searched refs:num_packets (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h308 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DGDBRemoteCommunicationClient.cpp2339 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets,
2348 strm.Printf("{ \"packet_speeds\" : {\n \"num_packets\" : %u,\n "
2350 num_packets);
2353 num_packets);
2367 // Test how long it takes to send 'num_packets' packets
2369 for (i = 0; i < num_packets; ++i) {
2380 ((float)num_packets) / duration<float>(total_time).count();
2381 auto average_per_packet = total_time / num_packets;
H A DProcessGDBRemote.cpp5150 const uint32_t num_packets =
5158 num_packets, max_send, max_recv, k_recv_amount, json,
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1241 ed.low_ack.num_packets =
1244 " (num_packets %u)",
1245 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets);
H A Ddriver.h5428 * @num_packets: Number of packets lost (consecutive packets not
5433 u32 num_packets; member in struct:wpa_event_data::low_ack

Completed in 214 milliseconds