Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2438 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument
2449 num_packets); in TestPacketSpeed()
2452 num_packets); in TestPacketSpeed()
2468 for (uint32_t i = 0; i < num_packets; ++i) { in TestPacketSpeed()
2479 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed()
2480 auto average_per_packet = num_packets > 0 ? total_time / num_packets in TestPacketSpeed()
H A DGDBRemoteCommunicationClient.h288 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DProcessGDBRemote.cpp5286 const uint32_t num_packets = in DoExecute() local
5294 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver.h6542 u32 num_packets; member
H A Ddriver_nl80211_event.c2077 ed.low_ack.num_packets = in nl80211_cqm_event()
2081 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets); in nl80211_cqm_event()
/freebsd-14.2/contrib/unbound/services/
H A Dlisten_dnsport.c5289 size_t num_packets = 0, max_packets = 65535; in doq_conn_write_streams() local
5422 if(++num_packets == max_packets) in doq_conn_write_streams()