Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2467 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument
2478 num_packets); in TestPacketSpeed()
2481 num_packets); in TestPacketSpeed()
2497 for (uint32_t i = 0; i < num_packets; ++i) { in TestPacketSpeed()
2508 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed()
2509 auto average_per_packet = num_packets > 0 ? total_time / num_packets in TestPacketSpeed()
H A DGDBRemoteCommunicationClient.h290 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DProcessGDBRemote.cpp5465 const uint32_t num_packets = in DoExecute() local
5473 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
/freebsd/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/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()