Home
last modified time | relevance | path

Searched refs:last_packet_sent_time (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/network/
H A Dnetwork_emulation.cc220 stats_.last_packet_sent_time = current_time; in SendPacket()
401 if (stats.last_packet_sent_time.IsInfinite() || in GetStats()
402 stats.last_packet_sent_time < endpoint_stats.last_packet_sent_time) { in GetStats()
403 stats.last_packet_sent_time = endpoint_stats.last_packet_sent_time; in GetStats()
H A Dnetwork_emulation_unittest.cc331 EXPECT_GE(st.last_packet_sent_time - st.first_packet_sent_time, in 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.h75 Timestamp last_packet_sent_time = Timestamp::PlusInfinity();
82 (last_packet_sent_time - first_packet_sent_time); in AverageSendRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/network/
H A Dnetwork_emulation.h51 Timestamp last_packet_sent_time) in EmulatedNetworkOutgoingStatsImpl() argument
57 last_packet_sent_time_(last_packet_sent_time) {} in EmulatedNetworkOutgoingStatsImpl()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c298 UINT64 last_packet_sent_time = 0; in KeepThread() local
322 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
327 last_packet_sent_time = Tick64(); in KeepThread()
462 UINT64 last_packet_sent_time = 0; in KeepThread() local
501 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
506 last_packet_sent_time = Tick64(); in KeepThread()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c298 UINT64 last_packet_sent_time = 0; in KeepThread() local
322 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
327 last_packet_sent_time = Tick64(); in KeepThread()
462 UINT64 last_packet_sent_time = 0; in KeepThread() local
501 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
506 last_packet_sent_time = Tick64(); in KeepThread()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c226 UINT64 last_packet_sent_time = 0; in KeepThread() local
250 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
255 last_packet_sent_time = Tick64(); in KeepThread()
390 UINT64 last_packet_sent_time = 0; in KeepThread() local
429 if ((Tick64() - last_packet_sent_time) >= (UINT64)k->Interval) in KeepThread()
434 last_packet_sent_time = Tick64(); in KeepThread()