Home
last modified time | relevance | path

Searched refs:packet_count (Results 1 – 25 of 35) sorted by relevance

12

/external/libpcap/testprogs/
Dselpolltest.c80 int packet_count; in main() local
249 packet_count = 0; in main()
251 (u_char *)&packet_count); in main()
261 if (status != 0 || packet_count != 0 || in main()
264 status, packet_count); in main()
311 packet_count = 0; in main()
313 (u_char *)&packet_count); in main()
323 if (status != 0 || packet_count != 0 || in main()
326 status, packet_count); in main()
332 packet_count = 0; in main()
[all …]
Dcapturetest.c115 int packet_count; in main() local
259 packet_count = 0; in main()
261 (u_char *)&packet_count); in main()
266 status, packet_count); in main()
Dthreadsignaltest.c131 int packet_count; in capture_thread_func() local
149 packet_count = 0; in capture_thread_func()
151 (u_char *)&packet_count); in capture_thread_func()
156 status, packet_count); in capture_thread_func()
/external/tcpdump/tests/
Dof10_s4810-vvvv.out422 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000012, packet_count 0, byte_count 0
430 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000013, packet_count 0, byte_count 0
438 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000014, packet_count 0, byte_count 0
446 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000015, packet_count 0, byte_count 0
454 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000016, packet_count 0, byte_count 0
462 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000017, packet_count 0, byte_count 0
470 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000018, packet_count 0, byte_count 0
478 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000019, packet_count 0, byte_count 0
486 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001a, packet_count 0, byte_count 0
498 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001b, packet_count 0, byte_count 0
[all …]
Dof10_p3295-vv.out512 …00f, priority 43207, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
519 …00d, priority 43209, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
525 …014, priority 43202, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
529 …015, priority 43201, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
536 …00e, priority 43208, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
544 …00c, priority 43210, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
550 …13, priority 43203, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 13, byte_count …
555 …01, priority 54321, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 100, byte_count…
562 …002, priority 54320, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
567 …003, priority 54319, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0
[all …]
Dof10_pf5240-vv.out293 …rity 24300, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000003, packet_count 0, byte_count 0
303 …rity 24200, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000002, packet_count 0, byte_count 0
309 …rity 24100, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000001, packet_count 0, byte_count 0
315 …rity 20700, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000006, packet_count 0, byte_count 0
321 …rity 20600, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000005, packet_count 0, byte_count 0
327 …rity 20500, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000004, packet_count 0, byte_count 0
333 …rity 25800, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000008, packet_count 0, byte_count 0
339 …rity 25400, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000007, packet_count 0, byte_count 0
/external/perfetto/src/trace_processor/
Dread_trace_integrationtest.cc62 uint32_t packet_count = 0; in TEST() local
66 ++packet_count; in TEST()
68 ASSERT_EQ(packet_count, 2412u); in TEST()
110 uint32_t packet_count = 0; in TEST() local
114 ++packet_count; in TEST()
116 ASSERT_EQ(packet_count, 2412u); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sequence_number_map.cc84 size_t packet_count, in InsertFrame() argument
86 RTC_DCHECK_GT(packet_count, 0); in InsertFrame()
87 RTC_DCHECK_LE(packet_count, std::numeric_limits<size_t>::max()); in InsertFrame()
89 for (size_t i = 0; i < packet_count; ++i) { in InsertFrame()
91 const bool is_last = (i == packet_count - 1); in InsertFrame()
Dpacket_loss_stats.cc63 int packet_count, unused1, unused2; in GetMultipleLossPacketCount() local
64 ComputeLossCounts(&unused1, &unused2, &packet_count); in GetMultipleLossPacketCount()
65 return packet_count; in GetMultipleLossPacketCount()
Drtp_sequence_number_map.h57 size_t packet_count,
/external/iperf3/src/
Diperf_udp.c127 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count); in iperf_udp_recv()
142 if (pcount >= sp->packet_count + 1) { in iperf_udp_recv()
145 if (pcount > sp->packet_count + 1) { in iperf_udp_recv()
147 sp->cnt_error += (pcount - 1) - sp->packet_count; in iperf_udp_recv()
150 sp->packet_count = pcount; in iperf_udp_recv()
170 …uence %" PRIu64 " but expected sequence %d on stream %d", pcount, sp->packet_count + 1, sp->socket… in iperf_udp_recv()
221 ++sp->packet_count; in iperf_udp_send()
230 pcount = htobe64(sp->packet_count); in iperf_udp_send()
243 pcount = htonl(sp->packet_count); in iperf_udp_send()
Diperf.h86 int packet_count; member
193 int packet_count; member
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc221 size_t packet_count = 0; in TEST() local
229 packet_count++; in TEST()
234 EXPECT_EQ(packet_count, 200 * 2u); in TEST()
303 size_t packet_count = 0; in TEST() local
311 EXPECT_EQ(subpacket.for_testing().seq_value(), packet_count++); in TEST()
315 EXPECT_EQ(packet_count, 1000u); in TEST()
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.py140 packet_count = 0 variable
150 packet_count += 1
297 if (((packet_count) % CLEANUP_N_PACKETS) == 0):
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dsender_report.h43 void SetPacketCount(uint32_t packet_count) { in SetPacketCount() argument
44 sender_packet_count_ = packet_count; in SetPacketCount()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c50 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s; in packet_hook() local
57 *packet_count, *typep); in packet_hook()
61 ctx->packet_index == *packet_count) { in packet_hook()
93 (*packet_count)++; in packet_hook()
/external/openscreen/cast/streaming/
Dsender.cc126 const int packet_count = rtp_packetizer_.ComputeNumberOfPackets(*slot->frame); in EnqueueFrame() local
127 if (packet_count <= 0) { in EnqueueFrame()
131 slot->send_flags.Resize(packet_count, YetAnotherBitVector::SET); in EnqueueFrame()
132 slot->packet_sent_times.assign(packet_count, SenderPacketRouter::kNever); in EnqueueFrame()
/external/perfetto/include/perfetto/ext/tracing/core/
Dshared_memory_abi.h408 uint16_t IncreasePacketCountTo(uint16_t packet_count) { in IncreasePacketCountTo() argument
411 if (packets.count < packet_count) in IncreasePacketCountTo()
412 packets.count = packet_count; in IncreasePacketCountTo()
/external/pigweed/pw_rpc/nanopb/
Dcodegen_test.cc146 EXPECT_EQ(context.output().packet_count(), 1u); in TEST()
170 EXPECT_EQ(context.output().packet_count(), 1u); in TEST()
Dnanopb_client_call_test.cc72 EXPECT_EQ(context.output().packet_count(), 1u); in TEST()
152 EXPECT_EQ(context.output().packet_count(), 1u); in TEST()
/external/pigweed/pw_rpc/
Dbase_client_call_test.cc63 EXPECT_EQ(context.output().packet_count(), 1u); in TEST()
Dclient_test.cc62 ASSERT_EQ(context.output().packet_count(), 1u); in TEST()
Dserver_test.cc132 EXPECT_EQ(output_.packet_count(), 0u); in TEST_F()
274 EXPECT_EQ(output_.packet_count(), 0u); in TEST_F()
/external/pigweed/pw_rpc/raw/
Draw_method_test.cc179 EXPECT_EQ(0u, context.output().packet_count()); in TEST()
263 EXPECT_EQ(output.packet_count(), 1u); in TEST()
/external/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py614 packet_count = capture.count_packets_from(bssids)
615 if not packet_count:
621 (bssids, packet_count))

12