Home
last modified time | relevance | path

Searched defs:packets (Results 1 – 25 of 2478) sorted by relevance

12345678910>>...100

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/tests/
H A Dsq-sign.rs40 let packets: Vec<Packet> = in sq_sign() localVariable
94 let packets: Vec<Packet> = in sq_sign_append() localVariable
144 let packets: Vec<Packet> = in sq_sign_append() localVariable
235 let packets: Vec<Packet> = in sq_sign_append_on_compress_then_sign() localVariable
286 let packets: Vec<Packet> = in sq_sign_append_on_compress_then_sign() localVariable
363 let packets: Vec<Packet> = in sq_sign_detached() localVariable
409 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
465 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
525 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
562 let packets: Vec<Packet> = in sq_sign_append_a_notarization() localVariable
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/tests/
H A Dsq-sign.rs40 let packets: Vec<Packet> = in sq_sign() localVariable
94 let packets: Vec<Packet> = in sq_sign_append() localVariable
144 let packets: Vec<Packet> = in sq_sign_append() localVariable
235 let packets: Vec<Packet> = in sq_sign_append_on_compress_then_sign() localVariable
286 let packets: Vec<Packet> = in sq_sign_append_on_compress_then_sign() localVariable
363 let packets: Vec<Packet> = in sq_sign_detached() localVariable
409 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
465 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
525 let packets: Vec<Packet> = in sq_sign_detached_append() localVariable
562 let packets: Vec<Packet> = in sq_sign_append_a_notarization() localVariable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webusb/
H A Dusb_isochronous_in_transfer_result.h23 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) { in Create()
31 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets, in Create()
38 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) { in Create()
45 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) in USBIsochronousInTransferResult()
51 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets() const { in packets() function
H A Dusb_isochronous_out_transfer_result.h21 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets) { in Create()
26 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets) in USBIsochronousOutTransferResult()
31 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets() const { in packets() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webusb/
H A Dusb_isochronous_in_transfer_result.h23 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) { in Create()
30 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets, in Create()
37 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) { in Create()
44 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets) in USBIsochronousInTransferResult()
50 const HeapVector<Member<USBIsochronousInTransferPacket>>& packets() const { in packets() function
H A Dusb_isochronous_out_transfer_result.h21 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets) { in Create()
26 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets) in USBIsochronousOutTransferResult()
31 const HeapVector<Member<USBIsochronousOutTransferPacket>>& packets() const { in packets() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/cts/
H A Dheapprofd_test_cts.cc153 const std::vector<protos::gen::TracePacket>& packets) { in AssertExpectedAllocationsPresent()
182 const std::vector<protos::gen::TracePacket>& packets) { in AssertNoProfileContents()
191 const auto& packets = ProfileRuntime(app_name); in TEST() local
198 const auto& packets = ProfileStartup(app_name); in TEST() local
205 const auto& packets = ProfileRuntime(app_name); in TEST() local
212 const auto& packets = ProfileStartup(app_name); in TEST() local
219 const auto& packets = ProfileRuntime(app_name, in TEST() local
231 const auto& packets = ProfileStartup(app_name, in TEST() local
243 const auto& packets = ProfileRuntime(app_name); in TEST() local
255 const auto& packets = ProfileStartup(app_name); in TEST() local
H A Dheapprofd_java_test_cts.cc92 void AssertGraphPresent(std::vector<protos::gen::TracePacket> packets) { in AssertGraphPresent()
105 void AssertNoProfileContents(std::vector<protos::gen::TracePacket> packets) { in AssertNoProfileContents()
117 const auto& packets = ProfileRuntime(app_name); in TEST() local
123 const auto& packets = ProfileRuntime(app_name); in TEST() local
129 const auto& packets = ProfileRuntime(app_name); in TEST() local
H A Dtraced_perf_test_cts.cc88 void AssertHasSampledStacksForPid(std::vector<protos::gen::TracePacket> packets, in AssertHasSampledStacksForPid()
131 void AssertNoStacksForPid(std::vector<protos::gen::TracePacket> packets, in AssertNoStacksForPid()
149 const auto& packets = ProfileSystemWide(app_name); in TEST() local
163 const auto& packets = ProfileSystemWide(app_name); in TEST() local
177 const auto& packets = ProfileSystemWide(app_name); in TEST() local
/dports/net/py-tacacs_plus/tacacs_plus-2.6/tests/
H A Dtest_tacacs_plus.py324 def test_client_socket_send(fake_socket, packets, state): argument
351 def test_client_socket_send_wrong_headers(fake_socket, packets): argument
370 def test_authenticate_ascii(fake_socket, packets): argument
403 def test_authenticate_pap(fake_socket, packets): argument
429 def test_authenticate_chap(fake_socket, packets): argument
500 def test_authorize_ascii(fake_socket, packets): argument
522 def test_authorize_pap(fake_socket, packets): argument
545 def test_authorize_chap(fake_socket, packets): argument
569 def test_account_start(fake_socket, packets): argument
592 def test_authorize_equal_priv_lvl(fake_socket, packets): argument
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/test/java/org/jivesoftware/openfire/http/
H A DHttpSessionDeliverable.java31 final List<Packet> packets = new ArrayList<>(); in testNamespaceOnEmptyStanza() local
53 final List<Packet> packets = new ArrayList<>(); in testNamespaceOnEmptyStanzaWithoutChildElement() local
77 final List<Packet> packets = new ArrayList<>(); in testNamespaceOnStanza() local
102 final List<Packet> packets = new ArrayList<>(); in testNamespaceOnStanzaWithNamespace() local
/dports/net/wireshark-lite/wireshark-3.6.1/docbook/
H A Dfaq.adoc307 [[promiscsniff]]
308 …hine, or not see all the traffic I'm expecting to see from or to the machine I'm trying to monitor?
389 …han packets to and from my machine, even though another analyzer on the network sees those packets?
410 === Why am I only seeing ARP packets when I try to capture traffic?
420 === Why am I not seeing any traffic when I try to capture traffic?
437 === How do I put an interface into promiscuous mode?
459 === I can set a display filter just fine; why don't capture filters work?
478 === How can I capture packets with CRC errors?
512 === How can I capture entire frames, including the FCS?
544 …= I'm capturing packets on a machine on a VLAN; why don't the packets I'm capturing have VLAN tags?
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/docbook/
H A Dfaq.adoc307 [[promiscsniff]]
308 …hine, or not see all the traffic I'm expecting to see from or to the machine I'm trying to monitor?
389 …han packets to and from my machine, even though another analyzer on the network sees those packets?
410 === Why am I only seeing ARP packets when I try to capture traffic?
420 === Why am I not seeing any traffic when I try to capture traffic?
437 === How do I put an interface into promiscuous mode?
459 === I can set a display filter just fine; why don't capture filters work?
478 === How can I capture packets with CRC errors?
512 === How can I capture entire frames, including the FCS?
544 …= I'm capturing packets on a machine on a VLAN; why don't the packets I'm capturing have VLAN tags?
[all …]
/dports/net/wireshark/wireshark-3.6.1/docbook/
H A Dfaq.adoc307 [[promiscsniff]]
308 …hine, or not see all the traffic I'm expecting to see from or to the machine I'm trying to monitor?
389 …han packets to and from my machine, even though another analyzer on the network sees those packets?
410 === Why am I only seeing ARP packets when I try to capture traffic?
420 === Why am I not seeing any traffic when I try to capture traffic?
437 === How do I put an interface into promiscuous mode?
459 === I can set a display filter just fine; why don't capture filters work?
478 === How can I capture packets with CRC errors?
512 === How can I capture entire frames, including the FCS?
544 …= I'm capturing packets on a machine on a VLAN; why don't the packets I'm capturing have VLAN tags?
[all …]
/dports/net/tshark/wireshark-3.6.1/docbook/
H A Dfaq.adoc307 [[promiscsniff]]
308 …hine, or not see all the traffic I'm expecting to see from or to the machine I'm trying to monitor?
389 …han packets to and from my machine, even though another analyzer on the network sees those packets?
410 === Why am I only seeing ARP packets when I try to capture traffic?
420 === Why am I not seeing any traffic when I try to capture traffic?
437 === How do I put an interface into promiscuous mode?
459 === I can set a display filter just fine; why don't capture filters work?
478 === How can I capture packets with CRC errors?
512 === How can I capture entire frames, including the FCS?
544 …= I'm capturing packets on a machine on a VLAN; why don't the packets I'm capturing have VLAN tags?
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/network_tester/
H A Dparse_packet_log.py46 def GetTimeAxis(packets): argument
52 def CreateSendTimeDiffPlot(packets, plot): argument
88 def CreateReceiveBiratePlot(packets, plot): argument
96 def CreatePacketlossPlot(packets, plot): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/network_tester/
H A Dparse_packet_log.py47 def GetTimeAxis(packets): argument
53 def CreateSendTimeDiffPlot(packets, plot): argument
88 def CreateReceiveBiratePlot(packets, plot): argument
96 def CreatePacketlossPlot(packets, plot): argument
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/message/
H A Dmod.rs814 let mut packets = Vec::new(); in basic() localVariable
831 let mut packets = Vec::new(); in compressed_part() localVariable
844 let mut packets = Vec::new(); in compressed_part() localVariable
858 let mut packets = Vec::new(); in compressed_part() localVariable
872 let mut packets = Vec::new(); in compressed_part() localVariable
900 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
909 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
920 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
933 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
948 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/message/
H A Dmod.rs814 let mut packets = Vec::new(); in basic() localVariable
831 let mut packets = Vec::new(); in compressed_part() localVariable
844 let mut packets = Vec::new(); in compressed_part() localVariable
858 let mut packets = Vec::new(); in compressed_part() localVariable
872 let mut packets = Vec::new(); in compressed_part() localVariable
900 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
909 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
920 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
933 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
948 let mut packets : Vec<Packet> = Vec::new(); in one_pass_sig_part() localVariable
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_format_h264_unittest.cc139 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
153 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
171 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
190 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
207 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
227 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
260 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
282 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
307 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
331 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264_unittest.cc139 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
153 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
171 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
190 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
207 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
227 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
260 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
282 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
307 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
331 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264_unittest.cc139 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
153 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
171 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
190 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
207 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
227 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
260 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
282 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
307 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
331 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264_unittest.cc124 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
138 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
158 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
180 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
201 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST_P() local
221 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
257 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
278 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
303 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
326 std::vector<RtpPacketToSend> packets = FetchAllPackets(&packetizer); in TEST() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dremoved-restrictions-3.f9031 subroutine test (packets, ptr) argument
32 type(packet), pointer, intent(in) :: packets(:) local
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/net/rtp/
H A Dpacket_storage.cc23 const SendPacketVector& packets) { in StoreFrame()
44 SendPacketVector* const packets = GetFramePackets(frame_id); in ReleaseFrame() local

12345678910>>...100