Home
last modified time | relevance | path

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

12345678910>>...47

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dxiph.h92 if (packet_count) in xiph_SplitLavcHeaders()
93 *packet_count = count; in xiph_SplitLavcHeaders()
121 if (packet_count) in xiph_SplitHeaders()
122 *packet_count = count; in xiph_SplitHeaders()
165 unsigned packet_count) in xiph_PackHeaders() argument
167 if (packet_count <= 0 || packet_count > XIPH_MAX_HEADER_COUNT) in xiph_PackHeaders()
173 for (unsigned i = 0; i < packet_count; i++) { in xiph_PackHeaders()
175 if (i < packet_count - 1) in xiph_PackHeaders()
187 *current++ = packet_count - 1; in xiph_PackHeaders()
188 for (unsigned i = 0; i < packet_count - 1; i++) { in xiph_PackHeaders()
[all …]
/dports/net/py-pyshark/pyshark-0.4.3/pyshark/capture/
H A Dcapture.py133 if packet_count != 0 and len(self._packets) - initial_packet_amount >= packet_count:
137 self.apply_on_packets(keep_packet, timeout=timeout, packet_count=packet_count)
252 if packet_count and packets_captured >= packet_count:
271 coro = self.packets_from_tshark(callback, packet_count=packet_count)
283 tshark_process = await self._get_tshark_process(packet_count=packet_count)
285 …self._go_through_packets_from_fd(tshark_process.stdout, packet_callback, packet_count=packet_count)
316 if packet_count and packets_captured >= packet_count:
397 self.get_parameters(packet_count=packet_count) + output_parameters
452 def get_parameters(self, packet_count=None): argument
463 if packet_count:
[all …]
H A Dlive_capture.py59 def get_parameters(self, packet_count=None): argument
63 params = super(LiveCapture, self).get_parameters(packet_count=packet_count)
84 async def _get_tshark_process(self, packet_count=None, stdin=None): argument
94 … tshark = await super(LiveCapture, self)._get_tshark_process(packet_count=packet_count, stdin=read)
100 def sniff_continuously(self, packet_count=None): argument
112 return self._packets_from_tshark_sync(packet_count=packet_count)
H A Dpipe_capture.py36 def get_parameters(self, packet_count=None): argument
40 params = super(PipeCapture, self).get_parameters(packet_count=packet_count)
44 async def _get_tshark_process(self, packet_count=None): argument
45 …return await super(PipeCapture, self)._get_tshark_process(packet_count=packet_count, stdin=self._p…
/dports/net/libtrace/libtrace-3.0.19/examples/tutorial/
H A Dlengthdemo.c13 uint64_t packet_count = 0; variable
50 printf("%.2f\t\t", ((double)wire_count) / packet_count); in per_packet()
53 printf("%.2f\n", ((double)capture_count) / packet_count); in per_packet()
56 packet_count = 0; in per_packet()
67 packet_count += 1; in per_packet()
146 printf("%.2f\t\t", ((double)wire_count) / packet_count); in main()
147 printf("%.2f\n", ((double)capture_count) / packet_count); in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/gpif/
H A Dgpif_rd.v53 reg [7:0] packet_count; register
66 packet_count <= 0;
69 packet_count <= packet_count + 1;
71 packet_count <= packet_count - 1;
77 gpif_empty_d <= ~|packet_count;
108 { data_int[17:16], data_o[17:16], packet_count[3:0] },
/dports/security/masscan/masscan-1.3.2/src/
H A Dmain-throttle.c39 throttler->buckets[i].packet_count = 0; in throttler_start()
59 throttler_next_batch(struct Throttler *throttler, uint64_t packet_count) in throttler_next_batch() argument
80 throttler->buckets[index].packet_count = packet_count; in throttler_next_batch()
84 old_packet_count = throttler->buckets[index].packet_count; in throttler_next_batch()
102 current_rate = 1.0*(packet_count - old_packet_count)/((timestamp - old_timestamp)/1000000.0); in throttler_next_batch()
161 throttler->test_packet_count = packet_count; in throttler_next_batch()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vita_200/
H A Dtrigger_context_pkt.v22 reg [30:0] cycle_count, packet_count; register
44 packet_count <= 0;
47 packet_count <= 0;
49 packet_count <= packet_count + 1;
51 …assign trigger = (enable_cycle & (cycle_count >= cycles)) | (enable_consumed & (packet_count >= pa…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/vrt/
H A Dtrigger_context_pkt.v31 reg [30:0] cycle_count, packet_count; register
53 packet_count <= 0;
56 packet_count <= 0;
58 packet_count <= packet_count + 1;
64 if((cycle_count > cycles)|(packet_count > packets))
/dports/net/libpcap/libpcap-1.10.1/testprogs/
H A 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()
326 status, packet_count); in main()
332 packet_count = 0; in main()
334 (u_char *)&packet_count); in main()
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/krb5/
H A Dkdc-heimdal.c62 int packet_count; member
260 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
310 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
349 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
374 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
397 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
423 test_context->packet_count < 3, in torture_krb5_post_recv_test()
429 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
461 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
496 if (test_context->packet_count == 0) { in torture_krb5_post_recv_test()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dvrt_test.cpp42 BOOST_CHECK_EQUAL(if_packet_info_in.packet_count, if_packet_info_out.packet_count); in pack_and_unpack()
77 if_packet_info.packet_count = 0; in BOOST_AUTO_TEST_CASE()
90 if_packet_info.packet_count = 1; in BOOST_AUTO_TEST_CASE()
106 if_packet_info.packet_count = 2; in BOOST_AUTO_TEST_CASE()
120 if_packet_info.packet_count = 3; in BOOST_AUTO_TEST_CASE()
135 if_packet_info.packet_count = 4; in BOOST_AUTO_TEST_CASE()
153 if_packet_info.packet_count = 3; in BOOST_AUTO_TEST_CASE()
169 if_packet_info.packet_count = 7; in BOOST_AUTO_TEST_CASE()
H A Dchdr_test.cpp56 BOOST_CHECK_EQUAL(if_packet_info_in.packet_count, if_packet_info_out.packet_count); in pack_and_unpack()
75 if_packet_info.packet_count = 7; in BOOST_AUTO_TEST_CASE()
89 if_packet_info.packet_count = 19; in BOOST_AUTO_TEST_CASE()
102 if_packet_info.packet_count = 19; in BOOST_AUTO_TEST_CASE()
115 if_packet_info.packet_count = 123; in BOOST_AUTO_TEST_CASE()
128 if_packet_info.packet_count = 1928; in BOOST_AUTO_TEST_CASE()
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dof10_s4810-vvvv.out882 packet_count 0, byte_count 0, flow_count 47
918 …00012, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
925 …00013, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
932 …00014, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
939 …00015, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
946 …00016, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
953 …00017, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
960 …00018, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
967 …00019, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
976 …0001a, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_count 0, byte_count 0
[all …]
/dports/multimedia/bitstream/bitstream-1.5/ietf/
H A Drtcp_sr.h79 uint32_t packet_count) in rtcp_sr_set_packet_count() argument
81 p_rtcp_sr[20] = (packet_count >> 24) & 0xff; in rtcp_sr_set_packet_count()
82 p_rtcp_sr[21] = (packet_count >> 16) & 0xff; in rtcp_sr_set_packet_count()
83 p_rtcp_sr[22] = (packet_count >> 8) & 0xff; in rtcp_sr_set_packet_count()
84 p_rtcp_sr[23] = packet_count & 0xff; in rtcp_sr_set_packet_count()
/dports/net/p5-Socket-Class/Socket-Class-2.258/examples/
H A Dinet_nonblock_10clients.pl27 our $packet_count = 0;
116 $packet_count ++;
117 if( ($packet_count % 300) == 0 ) {
118 my $ac = sprintf( '%0.1f', $packet_count / (&Time::HiRes::time() - $client_ts) );
119 say "$tid got $packet_count packets a $got bytes ($ac p/s)";
H A Dinet_blocking.pl36 our $packet_count = 0;
125 $packet_count ++;
126 if( ($packet_count % 100) == 0 ) {
127 my $ac = sprintf( '%0.1f', $packet_count / (&Time::HiRes::time() - $client_ts) );
128 print "$tid got $packet_count packets a $got bytes $ac p/s\n";
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/
H A Dread_trace_integrationtest.cc60 uint32_t packet_count = 0; in TEST() local
64 ++packet_count; in TEST()
66 ASSERT_EQ(packet_count, 2412u); in TEST()
108 uint32_t packet_count = 0; in TEST() local
112 ++packet_count; in TEST()
114 ASSERT_EQ(packet_count, 2412u); in TEST()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_common.c93 int packet_count = 0; in el_process_header_subpacket() local
107 packet_count = in el_process_header_subpacket()
114 packet_count = in el_process_header_subpacket()
121 packet_count = in el_process_header_subpacket()
128 packet_count = 1; in el_process_header_subpacket()
148 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
180 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets() argument
188 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_common.c93 int packet_count = 0; in el_process_header_subpacket() local
107 packet_count = in el_process_header_subpacket()
114 packet_count = in el_process_header_subpacket()
121 packet_count = in el_process_header_subpacket()
128 packet_count = 1; in el_process_header_subpacket()
148 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
180 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets() argument
188 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_common.c93 int packet_count = 0; in el_process_header_subpacket() local
107 packet_count = in el_process_header_subpacket()
114 packet_count = in el_process_header_subpacket()
121 packet_count = in el_process_header_subpacket()
128 packet_count = 1; in el_process_header_subpacket()
148 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
180 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets() argument
188 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member
82 count = le32_to_cpu(header->packet_count); in genelink_rx_fixup()
142 __le32 *packet_count; in genelink_tx_fixup() local
165 packet_count = skb_push(skb, (4 + 4 * 1)); in genelink_tx_fixup()
166 packet_len = packet_count + 1; in genelink_tx_fixup()
168 *packet_count = cpu_to_le32(1); in genelink_tx_fixup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member
82 count = le32_to_cpu(header->packet_count); in genelink_rx_fixup()
142 __le32 *packet_count; in genelink_tx_fixup() local
165 packet_count = skb_push(skb, (4 + 4 * 1)); in genelink_tx_fixup()
166 packet_len = packet_count + 1; in genelink_tx_fixup()
168 *packet_count = cpu_to_le32(1); in genelink_tx_fixup()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member
82 count = le32_to_cpu(header->packet_count); in genelink_rx_fixup()
142 __le32 *packet_count; in genelink_tx_fixup() local
165 packet_count = skb_push(skb, (4 + 4 * 1)); in genelink_tx_fixup()
166 packet_len = packet_count + 1; in genelink_tx_fixup()
168 *packet_count = cpu_to_le32(1); in genelink_tx_fixup()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/util/
H A DHalideTraceDump.cpp330 int packet_count = 0; in main() local
339 printf("[INFO] Finished pass 1 after %d packets.\n", packet_count); in main()
344 packet_count++; in main()
345 if ((packet_count % 100000) == 0) { in main()
346 printf("[INFO] Pass 1: Read %d packets so far.\n", packet_count); in main()
359 packet_count = 0; in main()
373 printf("[INFO] Finished pass 2 after %d packets.\n", packet_count); in main()
382 packet_count++; in main()
383 if ((packet_count % 100000) == 0) { in main()
384 printf("[INFO] Pass 2: Read %d packets so far.\n", packet_count); in main()

12345678910>>...47