Home
last modified time | relevance | path

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

/external/libpcap/testprogs/
Dselpolltest.c80 int packet_count; in main() local
245 packet_count = 0; in main()
247 (u_char *)&packet_count); in main()
257 if (status != 0 || packet_count != 0 || in main()
260 status, packet_count); in main()
309 packet_count = 0; in main()
311 (u_char *)&packet_count); in main()
321 if (status != 0 || packet_count != 0 || in main()
324 status, packet_count); in main()
330 packet_count = 0; in main()
[all …]
Dcapturetest.c77 int packet_count; in main() local
183 packet_count = 0; in main()
185 (u_char *)&packet_count); in main()
190 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
Dof10_7050sx_bsn-vv.out101 …iority 33000, reason DELETE, duration_sec 53, duration_nsec 990000000, packet_count 0, byte_count 0
108 …iority 31000, reason DELETE, duration_sec 53, duration_nsec 990000000, packet_count 0, byte_count 0
111 …iority 30000, reason DELETE, duration_sec 53, duration_nsec 990000000, packet_count 0, byte_count 0
/external/iperf3/src/
Diperf_udp.c109 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count); in iperf_udp_recv()
124 if (pcount >= sp->packet_count + 1) { in iperf_udp_recv()
127 if (pcount > sp->packet_count + 1) { in iperf_udp_recv()
129 sp->cnt_error += (pcount - 1) - sp->packet_count; in iperf_udp_recv()
132 sp->packet_count = pcount; in iperf_udp_recv()
152 …sequence %" PRIu64 " but expected sequence %d on stream %d", pcount, sp->packet_count, sp->socket); in iperf_udp_recv()
198 ++sp->packet_count; in iperf_udp_send()
207 pcount = htobe64(sp->packet_count); in iperf_udp_send()
220 pcount = htonl(sp->packet_count); in iperf_udp_send()
Diperf.h84 int packet_count; member
188 int packet_count; member
Diperf_api.c1860 cJSON_AddNumberToObject(j_stream, "packets", sp->packet_count); in send_results()
2556 sp->omitted_packet_count = sp->packet_count; in iperf_reset_stats()
2636 temp.interval_packet_count = sp->packet_count; in iperf_stats_callback()
2640 temp.interval_packet_count = sp->packet_count - irp->packet_count; in iperf_stats_callback()
2644 temp.packet_count = sp->packet_count; in iperf_stats_callback()
3008 sender_packet_count = sp->packet_count; in iperf_print_results()
3013 receiver_packet_count = sp->packet_count; in iperf_print_results()
3025 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3026 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3092 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
[all …]
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc209 size_t packet_count = 0; in TEST() local
217 packet_count++; in TEST()
222 EXPECT_EQ(packet_count, 200 * 2); in TEST()
266 size_t packet_count = 0; in TEST() local
274 EXPECT_EQ(subpacket.for_testing().seq_value(), packet_count++); in TEST()
278 EXPECT_EQ(packet_count, 1000); in TEST()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats.cc59 int packet_count, unused1, unused2; in GetMultipleLossPacketCount() local
60 ComputeLossCounts(&unused1, &unused2, &packet_count); in GetMultipleLossPacketCount()
61 return packet_count; in GetMultipleLossPacketCount()
Drtcp_packet.h171 void WithPacketCount(uint32_t packet_count) { in WithPacketCount() argument
172 sr_.SenderPacketCount = packet_count; in WithPacketCount()
/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/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc59 void BeforeStreamingFixture::WaitForTransmittedPackets(int32_t packet_count) { in WaitForTransmittedPackets() argument
60 transport_->WaitForTransmittedPackets(packet_count); in WaitForTransmittedPackets()
Dafter_initialization_fixture.h54 void WaitForTransmittedPackets(int32_t packet_count) { in WaitForTransmittedPackets() argument
58 int32_t limit = transmitted_packets_.Value() + packet_count; in WaitForTransmittedPackets()
Dbefore_streaming_fixture.h45 void WaitForTransmittedPackets(int32_t packet_count);
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s; in packet_hook() local
59 *packet_count, *typep); in packet_hook()
63 ctx->packet_index == *packet_count) { in packet_hook()
95 (*packet_count)++; in packet_hook()
/external/perfetto/include/perfetto/tracing/core/
Dshared_memory_abi.h399 uint16_t IncreasePacketCountTo(uint16_t packet_count) { in IncreasePacketCountTo() argument
402 if (packets.count < packet_count) in IncreasePacketCountTo()
403 packets.count = packet_count; in IncreasePacketCountTo()
/external/perfetto/src/tracing/core/
Dstartup_trace_writer_unittest.cc65 void WritePackets(StartupTraceWriter* writer, size_t packet_count) { in WritePackets() argument
66 for (size_t i = 0; i < packet_count; i++) { in WritePackets()
Dtracing_service_impl.cc1234 uint16_t packet_count; in ScrapeSharedMemoryBuffers() local
1237 std::tie(packet_count, flags) = chunk.GetPacketCountAndFlags(); in ScrapeSharedMemoryBuffers()
1242 if (!chunk_complete && packet_count < 2) in ScrapeSharedMemoryBuffers()
1272 packet_count, flags, chunk_complete, chunk.payload_begin(), in ScrapeSharedMemoryBuffers()
/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))
/external/libusb/libusb/os/
Dhaiku_usb_raw.h176 uint32 packet_count; member
Dhaiku_usb_backend.cpp126 command.isochronous.packet_count = fLibusbTransfer->num_iso_packets; in Do()