Searched refs:num_packets (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_rcidm.c | 562 void ossl_quic_rcidm_on_packet_sent(QUIC_RCIDM *rcidm, uint64_t num_packets) in ossl_quic_rcidm_on_packet_sent() 564 if (num_packets == 0) in ossl_quic_rcidm_on_packet_sent() 567 rcidm->packets_sent += num_packets; in ossl_quic_rcidm_on_packet_sent() 561 ossl_quic_rcidm_on_packet_sent(QUIC_RCIDM * rcidm,uint64_t num_packets) ossl_quic_rcidm_on_packet_sent() argument
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_rcidm.h | 110 void ossl_quic_rcidm_on_packet_sent(QUIC_RCIDM *rcidm, uint64_t num_packets);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2467 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 D | GDBRemoteCommunicationClient.h | 290 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
|
| H A D | ProcessGDBRemote.cpp | 5465 const uint32_t num_packets = in DoExecute() local 5473 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | doqclient.c | 1802 size_t num_packets = 0, max_packets = 65535; 1990 if(++num_packets == max_packets)
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver.h | 6542 u32 num_packets; member
|
| H A D | driver_nl80211_event.c | 2077 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 D | listen_dnsport.c | 5351 size_t num_packets = 0, max_packets = 65535; in doq_conn_write_streams() local 5484 if(++num_packets == max_packets) in doq_conn_write_streams()
|