Home
last modified time | relevance | path

Searched refs:packet_bytes (Results 1 – 25 of 132) sorted by relevance

123456

/dports/net-mgmt/flowviewer/FlowViewer_4.5/tools/
H A Danalyze_netflow_packets371 for ($i=0;$i<4;$i++) { $src_addr .= $packet_bytes[$ptr+$i]; }
382 for ($i=0;$i<4;$i++) { $dst_addr .= $packet_bytes[$ptr+$i]; }
404 for ($i=0;$i<2;$i++) { $input_if .= $packet_bytes[$ptr+$i]; }
442 for ($i=0;$i<4;$i++) { $end_time .= $packet_bytes[$ptr+$i]; }
452 for ($i=0;$i<2;$i++) { $src_port .= $packet_bytes[$ptr+$i]; }
459 for ($i=0;$i<2;$i++) { $dst_port .= $packet_bytes[$ptr+$i]; }
466 for ($i=0;$i<1;$i++) { $protocol .= $packet_bytes[$ptr+$i]; }
473 for ($i=0;$i<1;$i++) { $tos .= $packet_bytes[$ptr+$i]; }
489 for ($i=0;$i<2;$i++) { $src_as .= $packet_bytes[$ptr+$i]; }
496 for ($i=0;$i<2;$i++) { $dst_as .= $packet_bytes[$ptr+$i]; }
[all …]
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/tests/
H A Dtest_pypacker.py97 packet_bytes = []
101 packet_bytes.append(buf)
107 return packet_bytes
1049 s = packet_bytes[0]
1542 for bts in packet_bytes:
1563 for bts in packet_bytes:
1626 for bts in packet_bytes:
2047 bts = packet_bytes[0]
2090 bts = packet_bytes[0]
2458 for bts in packet_bytes:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/fuzzing/
H A Dquic_framer_fuzzer.cc16 const char* const packet_bytes = reinterpret_cast<const char*>(data); in LLVMFuzzerTestOneInput() local
19 absl::string_view crypto_input(packet_bytes, size); in LLVMFuzzerTestOneInput()
26 quic::QuicEncryptedPacket packet(packet_bytes, size); in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libipp/libipp/
H A Dipp_fuzzer.cc19 const std::vector<uint8_t> packet_bytes(packet_str.begin(), packet_str.end()); in LLVMFuzzerTestOneInput() local
23 client.ReadResponseFrameFrom(packet_bytes); in LLVMFuzzerTestOneInput()
30 server.ReadRequestFrameFrom(packet_bytes); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libipp/libipp/
H A Dipp_fuzzer.cc19 const std::vector<uint8_t> packet_bytes(packet_str.begin(), packet_str.end()); in LLVMFuzzerTestOneInput() local
23 client.ReadResponseFrameFrom(packet_bytes); in LLVMFuzzerTestOneInput()
30 server.ReadRequestFrameFrom(packet_bytes); in LLVMFuzzerTestOneInput()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/telemetry/
H A Dtelemetry_util.c181 (unsigned long long)peer->stats.packets, (unsigned long long)peer->stats.packet_bytes, in telemetry_log_peer_stats()
185 t_data->global_stats.packet_bytes += peer->stats.packet_bytes; in telemetry_log_peer_stats()
190 peer->stats.packet_bytes = 0; in telemetry_log_peer_stats()
199 …(unsigned long long)t_data->global_stats.packet_bytes, (unsigned long long)t_data->global_stats.ms… in telemetry_log_global_stats()
203 t_data->global_stats.packet_bytes = 0; in telemetry_log_global_stats()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp9.cc537 size_t packet_bytes = per_packet_bytes; in GeneratePackets() local
541 if (packet_bytes > ss_data_len) { in GeneratePackets()
542 packet_bytes -= ss_data_len; in GeneratePackets()
544 packet_bytes = 1; in GeneratePackets()
548 if (packet_bytes >= rem_bytes) { in GeneratePackets()
550 packet_bytes = rem_bytes; in GeneratePackets()
554 --packet_bytes; in GeneratePackets()
556 QueuePacket(bytes_processed, packet_bytes, bytes_processed == 0, in GeneratePackets()
557 rem_bytes == packet_bytes, &packets_); in GeneratePackets()
559 bytes_processed += packet_bytes; in GeneratePackets()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp9.cc537 size_t packet_bytes = per_packet_bytes; in GeneratePackets() local
541 if (packet_bytes > ss_data_len) { in GeneratePackets()
542 packet_bytes -= ss_data_len; in GeneratePackets()
544 packet_bytes = 1; in GeneratePackets()
548 if (packet_bytes >= rem_bytes) { in GeneratePackets()
550 packet_bytes = rem_bytes; in GeneratePackets()
554 --packet_bytes; in GeneratePackets()
556 QueuePacket(bytes_processed, packet_bytes, bytes_processed == 0, in GeneratePackets()
557 rem_bytes == packet_bytes, &packets_); in GeneratePackets()
559 bytes_processed += packet_bytes; in GeneratePackets()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp9.cc537 size_t packet_bytes = per_packet_bytes; in GeneratePackets() local
541 if (packet_bytes > ss_data_len) { in GeneratePackets()
542 packet_bytes -= ss_data_len; in GeneratePackets()
544 packet_bytes = 1; in GeneratePackets()
548 if (packet_bytes >= rem_bytes) { in GeneratePackets()
550 packet_bytes = rem_bytes; in GeneratePackets()
554 --packet_bytes; in GeneratePackets()
556 QueuePacket(bytes_processed, packet_bytes, bytes_processed == 0, in GeneratePackets()
557 rem_bytes == packet_bytes, &packets_); in GeneratePackets()
559 bytes_processed += packet_bytes; in GeneratePackets()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/gopacket/layers/
H A Dtest_creator.py24 packet_bytes = []
32 packet_bytes.append(base64.b16decode(hexpart.upper()))
33 return ''.join(packet_bytes)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/udp/
H A DUDPConnectionSet.java1492 byte[] packet_bytes = new byte[ payload_to_send ]; in sendCrypto()
1494 ByteBuffer packet_buffer = ByteBuffer.wrap( packet_bytes ); in sendCrypto()
1621 ByteBuffer packet_buffer = ByteBuffer.wrap( packet_bytes ); in sendDataCommand()
1828 byte[] packet_bytes = new byte[size]; in sendAckCommand()
1830 System.arraycopy( header_bytes, 0, packet_bytes, 0, size ); in sendAckCommand()
1975 byte[] packet_bytes = new byte[size]; in sendStatsRequest()
1977 System.arraycopy( header_bytes, 0, packet_bytes, 0, size ); in sendStatsRequest()
2049 byte[] packet_bytes = new byte[size]; in receiveStatsRequest()
2051 System.arraycopy( header_bytes, 0, packet_bytes, 0, size ); in receiveStatsRequest()
2107 byte[] packet_bytes = new byte[size]; in sendCloseCommand()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc289 size_t packet_bytes = 0; // How much data to send in this packet. in GeneratePackets() local
301 packet_bytes += next_size; in GeneratePackets()
327 assert(packet_bytes > 0); in GeneratePackets()
330 packet_bytes, in GeneratePackets()
333 total_bytes_processed += packet_bytes; in GeneratePackets()
364 const size_t packet_bytes = in GeneratePacketsBalancedAggregates() local
367 const size_t this_packet_bytes = packet_bytes < remaining_partition in GeneratePacketsBalancedAggregates()
368 ? packet_bytes in GeneratePacketsBalancedAggregates()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc291 size_t packet_bytes = 0; // How much data to send in this packet. in GeneratePackets() local
303 packet_bytes += next_size; in GeneratePackets()
329 assert(packet_bytes > 0); in GeneratePackets()
332 packet_bytes, in GeneratePackets()
335 total_bytes_processed += packet_bytes; in GeneratePackets()
366 const size_t packet_bytes = in GeneratePacketsBalancedAggregates() local
369 const size_t this_packet_bytes = packet_bytes < remaining_partition in GeneratePacketsBalancedAggregates()
370 ? packet_bytes in GeneratePacketsBalancedAggregates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/mediums/ble_v2/
H A Dble_packet.cc49 ByteArray packet_bytes{ble_packet_bytes}; in BlePacket() local
50 BaseInputStream base_input_stream{packet_bytes}; in BlePacket()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Dsys_drivers.c109 int packet_bytes; member
177 opts.packet_bytes = 0; in erl_sys_late_init()
370 int packet_bytes, in create_driver_data() argument
398 driver_data->packet_bytes = packet_bytes; in create_driver_data()
1096 int pb = dd->packet_bytes; in outputv()
1165 int pb = dd->packet_bytes; in output()
1283 int packet_bytes; in ready_input() local
1288 packet_bytes = dd->packet_bytes; in ready_input()
1349 if (packet_bytes == 0) { in ready_input()
1415 if (psz < packet_bytes) { in ready_input()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/misc/
H A Dftdi-elan.c690 int packet_bytes = 0; in ftdi_elan_read() local
694 &packet_bytes, 50); in ftdi_elan_read()
695 if (packet_bytes > 2) { in ftdi_elan_read()
921 int packet_bytes = 0; in ftdi_elan_respond_engine() local
928 int m = packet_bytes; in ftdi_elan_respond_engine()
938 if (packet_bytes > 2) { in ftdi_elan_respond_engine()
1812 int packet_bytes = 0; in ftdi_elan_flush_input_fifo() local
1817 if (packet_bytes > 2) { in ftdi_elan_flush_input_fifo()
1984 int packet_bytes = 0; in ftdi_elan_synchronize() local
2080 int packet_bytes = 0; in ftdi_elan_stuck_waiting() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/misc/
H A Dftdi-elan.c690 int packet_bytes = 0; in ftdi_elan_read() local
694 &packet_bytes, 50); in ftdi_elan_read()
695 if (packet_bytes > 2) { in ftdi_elan_read()
921 int packet_bytes = 0; in ftdi_elan_respond_engine() local
928 int m = packet_bytes; in ftdi_elan_respond_engine()
938 if (packet_bytes > 2) { in ftdi_elan_respond_engine()
1812 int packet_bytes = 0; in ftdi_elan_flush_input_fifo() local
1817 if (packet_bytes > 2) { in ftdi_elan_flush_input_fifo()
1984 int packet_bytes = 0; in ftdi_elan_synchronize() local
2080 int packet_bytes = 0; in ftdi_elan_stuck_waiting() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/misc/
H A Dftdi-elan.c690 int packet_bytes = 0; in ftdi_elan_read() local
694 &packet_bytes, 50); in ftdi_elan_read()
695 if (packet_bytes > 2) { in ftdi_elan_read()
921 int packet_bytes = 0; in ftdi_elan_respond_engine() local
928 int m = packet_bytes; in ftdi_elan_respond_engine()
938 if (packet_bytes > 2) { in ftdi_elan_respond_engine()
1812 int packet_bytes = 0; in ftdi_elan_flush_input_fifo() local
1817 if (packet_bytes > 2) { in ftdi_elan_flush_input_fifo()
1984 int packet_bytes = 0; in ftdi_elan_synchronize() local
2080 int packet_bytes = 0; in ftdi_elan_stuck_waiting() local
[all …]

123456