Home
last modified time | relevance | path

Searched refs:packets_received (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/security/nmap/nmap-7.91/nping/
H A Dstats.cc162 this->packets_received=0; in reset()
188 this->packets_received++; in addRecvPacket()
284 return this->packets_received; in getRecvPackets()
308 if(this->packets_sent <= this->packets_received) in getLostPackets()
311 return this->packets_sent - this->packets_received; in getLostPackets()
316 u32 pkt_rcvd=this->packets_received; in getLostPacketPercentage()
335 if(this->packets_received <= this->packets_echoed) in getUnmatchedPackets()
338 return this->packets_received - this->packets_echoed; in getUnmatchedPackets()
343 u32 pkt_captured=this->packets_received; in getUnmatchedPacketPercentage()
381 return this->packets_received / elapsed; in getOverallRxPacketRate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc61 uint32_t packets_received = 0; in TEST_F() local
64 EXPECT_EQ(2u, packets_received); in TEST_F()
72 EXPECT_EQ(2u, packets_received); in TEST_F()
85 EXPECT_EQ(3u, packets_received); in TEST_F()
88 EXPECT_EQ(3u, packets_received); in TEST_F()
91 &bytes_received, &packets_received); in TEST_F()
93 EXPECT_EQ(3u, packets_received); in TEST_F()
95 &bytes_received, &packets_received); in TEST_F()
97 EXPECT_EQ(3u, packets_received); in TEST_F()
130 uint32_t packets_received = 0; in TEST_F() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc60 uint32_t packets_received = 0;
63 EXPECT_EQ(2u, packets_received);
71 EXPECT_EQ(2u, packets_received);
84 EXPECT_EQ(3u, packets_received);
87 EXPECT_EQ(3u, packets_received);
90 &bytes_received, &packets_received);
92 EXPECT_EQ(3u, packets_received);
94 &bytes_received, &packets_received);
96 EXPECT_EQ(3u, packets_received);
129 uint32_t packets_received = 0;
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/impl/packethandler/
H A DDHTUDPPacketHandlerStats.java30 private long packets_received; field in DHTUDPPacketHandlerStats
50 packets_received = _originator.packets_received; in DHTUDPPacketHandlerStats()
78 packets_received++; in packetReceived()
92 return( packets_received ); in getPacketsReceived()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/pc/e2e/
H A Dnetwork_quality_metrics_reporter.cc36 RTC_CHECK_EQ(alice_stats.packets_received, 0); in Start()
39 RTC_CHECK_EQ(bob_stats.packets_received, 0); in Start()
71 alice_stats.packets_sent - bob_stats.packets_received); in StopAndReportResults()
73 bob_stats.packets_sent - alice_stats.packets_received); in StopAndReportResults()
116 ReportResult("packets_received", network_label, stats.packets_received, in ReportStats()
119 stats.packets_received >= 2 in ReportStats()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc61 uint32_t packets_received = 0; in TEST_F() local
62 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
64 EXPECT_EQ(2u, packets_received); in TEST_F()
70 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
72 EXPECT_EQ(2u, packets_received); in TEST_F()
83 &bytes_received, &packets_received); in TEST_F()
85 EXPECT_EQ(3u, packets_received); in TEST_F()
87 &bytes_received, &packets_received); in TEST_F()
89 EXPECT_EQ(3u, packets_received); in TEST_F()
118 uint32_t packets_received = 0; in TEST_F() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc61 uint32_t packets_received = 0; in TEST_F() local
62 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
64 EXPECT_EQ(2u, packets_received); in TEST_F()
70 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
72 EXPECT_EQ(2u, packets_received); in TEST_F()
83 &bytes_received, &packets_received); in TEST_F()
85 EXPECT_EQ(3u, packets_received); in TEST_F()
87 &bytes_received, &packets_received); in TEST_F()
89 EXPECT_EQ(3u, packets_received); in TEST_F()
118 uint32_t packets_received = 0; in TEST_F() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc61 uint32_t packets_received = 0; in TEST_F() local
62 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
64 EXPECT_EQ(2u, packets_received); in TEST_F()
70 statistician->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
72 EXPECT_EQ(2u, packets_received); in TEST_F()
83 &bytes_received, &packets_received); in TEST_F()
85 EXPECT_EQ(3u, packets_received); in TEST_F()
87 &bytes_received, &packets_received); in TEST_F()
89 EXPECT_EQ(3u, packets_received); in TEST_F()
118 uint32_t packets_received = 0; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dsimulated_packet_transport_test.cc57 const std::vector<std::string>& packets_received() { in packets_received() function in quic::simulator::__anonccd816120111::FakeDelegate
115 EXPECT_THAT(server_delegate_.packets_received(), in TEST_F()
117 EXPECT_THAT(client_delegate_.packets_received(), ElementsAre()); in TEST_F()
137 EXPECT_THAT(server_delegate_.packets_received(), in TEST_F()
139 EXPECT_THAT(client_delegate_.packets_received(), in TEST_F()
158 EXPECT_EQ(server_delegate_.packets_received(), packets); in TEST_F()
/dports/net/py-ripe.atlas.sagan/ripe.atlas.sagan-1.3.0/tests/
H A Dping.py36 assert(result.packets_received == 3)
60 assert(result.packets_received == 3)
84 assert(result.packets_received == 3)
119 assert(result.packets_received == 3)
154 assert(result.packets_received == 3)
189 assert(result.packets_received == 3)
224 assert(result.packets_received == 3)
259 assert(result.packets_received == 1)
294 assert(result.packets_received == 3)
329 assert(result.packets_received == 3)
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/net/udp/uc/impl/
H A DPRUDPPacketHandlerStatsImpl.java38 private long packets_received; field in PRUDPPacketHandlerStatsImpl
67 return( packets_received ); in getPacketsReceived()
74 packets_received++; in packetReceived()
/dports/net/gnome-nettool/gnome-nettool-3.8.1/src/
H A Dping.c49 static gint packets_received; variable
264 packets_transmitted = packets_received = packets_success = 0; in ping_do()
279 pkt_received = GTK_LABEL (netinfo->packets_received); in ping_do()
283 g_sprintf (stmp, "%d", packets_received); in ping_do()
410 pkt_received = GTK_LABEL (netinfo->packets_received); in ping_foreach_with_tree()
483 packets_received++; in ping_foreach_with_tree()
501 packets_received); in ping_foreach_with_tree()
512 ((float) packets_received / packets_transmitted * 100); in ping_foreach_with_tree()
517 g_sprintf (stmp, "%d", packets_received); in ping_foreach_with_tree()
556 gint packets_received; in strip_total_line() local
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/kodak/dc120/
H A Dlibrary.c136 int packets_received; in dc120_packet_read_data() local
154 packets_received = 0; in dc120_packet_read_data()
155 while( packets_received < num_packets ) { in dc120_packet_read_data()
156 gp_context_progress_update (context, id, packets_received); in dc120_packet_read_data()
164 if (packets_received==0) { in dc120_packet_read_data()
175 packets_received++; in dc120_packet_read_data()
184 if (packets_received==1) in dc120_packet_read_data()
192 if ((num_packets == 16)&&(packets_received==16)) in dc120_packet_read_data()
206 if (packets_received == num_packets) in dc120_packet_read_data()
/dports/textproc/py-jc/jc-1.17.5/jc/parsers/
H A Dping_s.py126 packets_received = None variable in _state
205 s.packets_received = line.split()[3]
211 s.packets_received = line.split()[3]
225 'packets_received': s.packets_received or None,
356 s.packets_received = line.split()[3]
363 s.packets_received = line.split()[3]
377 'packets_received': s.packets_received or None,
/dports/security/snort3/snort3-3.1.19.0/src/packet_io/
H A Dsfdaq_module.cc226 ret.packets_received = left.packets_received - right.packets_received; in operator -()
250 daq_stats.analyzed = daq_stats_delta.packets_received; in prep_counts()
254 daq_stats_delta.packets_filtered - daq_stats_delta.packets_received; in prep_counts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/adapters/
H A Dp2p_quic_transport_stats.cc20 packets_received(quic_stats.packets_received), in P2PQuicTransportStats()
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Drtcrtpreceiver.py106 self.packets_received = 0
122 self.packets_received += 1
134 if packet.timestamp != self._last_timestamp and self.packets_received > 1:
148 received_interval = self.packets_received - self._received_prior
149 self._received_prior = self.packets_received
166 return clamp_packets_lost(self.packets_expected - self.packets_received)
318 packetsReceived=stream.packets_received,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thunderbolt/
H A Ddma_test.c102 unsigned int packets_received; member
246 dt->packets_received++; in dma_test_rx_callback()
247 dev_dbg(&dt->svc->dev, "packet %u/%u received\n", dt->packets_received, in dma_test_rx_callback()
257 if (dt->packets_received == dt->packets_to_receive) in dma_test_rx_callback()
496 dt->packets_to_receive != dt->packets_received || in dma_test_check_errors()
521 dt->packets_received = 0; in test_store()
607 seq_printf(s, "packets received: %u\n", dt->packets_received); in status_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thunderbolt/
H A Ddma_test.c102 unsigned int packets_received; member
246 dt->packets_received++; in dma_test_rx_callback()
247 dev_dbg(&dt->svc->dev, "packet %u/%u received\n", dt->packets_received, in dma_test_rx_callback()
257 if (dt->packets_received == dt->packets_to_receive) in dma_test_rx_callback()
496 dt->packets_to_receive != dt->packets_received || in dma_test_check_errors()
521 dt->packets_received = 0; in test_store()
607 seq_printf(s, "packets received: %u\n", dt->packets_received); in status_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thunderbolt/
H A Ddma_test.c102 unsigned int packets_received; member
246 dt->packets_received++; in dma_test_rx_callback()
247 dev_dbg(&dt->svc->dev, "packet %u/%u received\n", dt->packets_received, in dma_test_rx_callback()
257 if (dt->packets_received == dt->packets_to_receive) in dma_test_rx_callback()
496 dt->packets_to_receive != dt->packets_received || in dma_test_check_errors()
521 dt->packets_received = 0; in test_store()
607 seq_printf(s, "packets received: %u\n", dt->packets_received); in status_show()
/dports/benchmarks/thrulay/thrulay-0.9/src/
H A Dserver.c874 uint64_t packets_received = 0; /* Unique packets received. */ in udp_test() local
1223 packets_received++; in udp_test()
1326 rc = quantile_output(0, packets_received, 0.00, &quantile_00); in udp_test()
1327 rc2 = quantile_output(0, packets_received, 0.25, &quantile_25); in udp_test()
1328 rc3 = quantile_output(0, packets_received, 0.50, &quantile_50); in udp_test()
1329 rc4 = quantile_output(0, packets_received, 0.75, &quantile_75); in udp_test()
1330 rc5 = quantile_output(0, packets_received, 0.95, &quantile_95); in udp_test()
1372 packet_loss = packets_sent > packets_received? in udp_test()
1373 (100.0*(packets_sent - packets_received))/packets_sent: 0; in udp_test()
1394 (long long unsigned)packets_received); in udp_test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/test/network_emulation/
H A Dnetwork_emulation_interfaces.h63 int64_t packets_received = 0; member
85 RTC_DCHECK_GE(packets_received, 2); in AverageReceiveRate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc110 size_t packets_received = received_packets_.size(); in GetLossRate() local
113 return static_cast<double>(packets_lost) / (packets_lost + packets_received); in GetLossRate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc110 size_t packets_received = received_packets_.size(); in GetLossRate() local
113 return static_cast<double>(packets_lost) / (packets_lost + packets_received); in GetLossRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc110 size_t packets_received = received_packets_.size(); in GetLossRate() local
113 return static_cast<double>(packets_lost) / (packets_lost + packets_received); in GetLossRate()

12345678910>>...20