Home
last modified time | relevance | path

Searched refs:Packet (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt76 Sent Packet
77 Packet Type: Initial
83 Packet Number: 0x00000000
88 Sent Packet
89 Packet Type: Initial
95 Packet Number: 0x00000001
107 Sent Packet
108 Packet Type: Initial
114 Packet Number: 0x00000002
119 Sent Packet
[all …]
H A Dssltraceref.txt74 Sent Packet
75 Packet Type: Initial
81 Packet Number: 0x00000000
86 Sent Packet
87 Packet Type: Initial
93 Packet Number: 0x00000001
105 Sent Packet
106 Packet Type: Initial
112 Packet Number: 0x00000002
117 Sent Packet
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpgp-binary-keys45 # 1 0xC1 -- Public-Key Encrypted Session Key Packet
46 # 2 0xC2 -- Signature Packet
47 # 3 0xC3 -- Symmetric-Key Encrypted Session Key Packet
48 # 4 0xC4 -- One-Pass Signature Packet
49 # 5 0xC5 -- Secret-Key Packet
50 # 6 0xC6 -- Public-Key Packet
51 # 7 0xC7 -- Secret-Subkey Packet
52 # 8 0xC8 -- Compressed Data Packet
53 # 9 0xC9 -- Symmetrically Encrypted Data Packet
54 # 10 0xCA -- Marker Packet
[all …]
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindPacket.cmake27 # Find the Packet library and include files.
33 # Packet_LIBRARY - relative or absolute path to the Packet library to
35 # Packet library is not located in the compiler's
38 # Packet_FOUND - TRUE if the Packet library *and* header are found.
50 # The 64-bit Packet.lib is located under /x64
95 NAMES Packet packet
100 find_package_handle_standard_args(Packet
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h159 HexagonPacket Packet;
204 unsigned size() const { return (Packet.size()); }
210 iterator begin() { return (Packet.begin()); }
211 iterator end() { return (Packet.end()); } in begin()
212 const_iterator cbegin() const { return (Packet.begin()); } in end()
213 const_iterator cend() const { return (Packet.end()); } in cbegin()
160 HexagonPacket Packet; global() variable
H A DHexagonShuffler.cpp177 Packet.clear(); in reset()
186 Packet.push_back(PI); in append()
252 // in the Packet member. They should run unconditionally and their in applySlotRestrictions()
260 // in the Packet member, but they can also detect constraint failures in applySlotRestrictions()
295 const HexagonPacket PacketSave = Packet; in restrictBranchOrder()
305 Packet = PacketSave; in restrictBranchOrder()
352 Packet = *ShuffledPacket; in ValidResourceUsage()
629 HexagonPacket PacketResult = Packet; in tryAuction()
671 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
672 ISK != Packet in shuffle()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp266 for (const SUnit *S : Packet) in isResourceAvailable()
286 Packet.clear(); in reserveResources()
302 Packet.push_back(SU); in reserveResources()
307 Packet.clear(); in reserveResources()
312 if (Packet.size() >= InstrItins->SchedModel.IssueWidth) { in reserveResources()
314 Packet.clear(); in reserveResources()
464 Packet.clear(); in scheduledNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp74 Packet.reserve(SchedModel->getIssueWidth()); in VLIWResourceModel()
75 Packet.clear(); in VLIWResourceModel()
80 Packet.clear(); in reset()
133 for (const SUnit *U : Packet) in isResourceAvailable()
137 for (const SUnit *U : Packet) in isResourceAvailable()
156 Packet.size() >= SchedModel->getIssueWidth()) { in reserveResources()
179 Packet.push_back(SU); in reserveResources()
183 for (unsigned i = 0, e = Packet.size(); i != e; ++i) { in reserveResources()
185 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
186 LLVM_DEBUG(Packet[i]->getInstr()->dump()); in reserveResources()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDhcp6.h323 IN EFI_DHCP6_PACKET *Packet,
400 IN EFI_DHCP6_PACKET *Packet
756 IN EFI_DHCP6_PACKET *Packet,
H A DDhcp4.h237 IN EFI_DHCP4_PACKET *Packet OPTIONAL,
395 EFI_DHCP4_PACKET *Packet; member
738 IN EFI_DHCP4_PACKET *Packet,
H A DMtftp6.h331 IN EFI_MTFTP6_PACKET *Packet
578 OUT EFI_MTFTP6_PACKET **Packet OPTIONAL
616 IN EFI_MTFTP6_PACKET *Packet,
H A DMtftp4.h351 OUT EFI_MTFTP4_PACKET **Packet OPTIONAL
381 IN EFI_MTFTP4_PACKET *Packet,
H A DPxeBaseCodeCallBack.h104 IN EFI_PXE_BASE_CODE_PACKET *Packet OPTIONAL
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in47 * - Packet encoder / decoder
254 /** BDM64: An Incorrect LBR or Intel(R) Processor Trace Packet May Be
283 * FUP (Flow Update Packet) will precede the TIP.PGD (Target IP Packet,
284 * Packet Generation Disable). VM entry can clear TraceEn if the
294 * be followed by a FUP (Flow Update Packet) or TIP.PGE (Target IP
295 * Packet, Packet Generation Enable).
305 * 0), due to this erratum, the resulting TIP.PGD (Target IP Packet,
306 * Packet Generation Disable) may not have an IP payload with the target
311 /** APL12: Intel(R) PT OVF May Be Followed By An Unexpected FUP Packet.
315 * Packet - Packet Generaton Enable) and TIP.PGD (Target IP Packet -
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h44 SmallVector<SUnit *> Packet; variable
61 size_t getPacketInstCount() const { return Packet.size(); } in getPacketInstCount()
62 bool isInPacket(SUnit *SU) const { return is_contained(Packet, SU); } in isInPacket()
/freebsd/sbin/natd/
H A DREADME38 Charles Mott <cm@linktel.net> Packet aliasing engine
39 Eivind Eklund <eivind@dimaga.com> Packet aliasing engine
H A DHISTORY23 - Packet aliasing software upgraded to v. 1.9
113 - Packet aliasing library upgraded to 2.2.
119 - Packet aliasing library upgraded to 2.4.
/freebsd/lib/libc/net/
H A Dprotocols73 ippc 67 IPPC # Internet Pluribus Packet Core
77 ipcv 71 IPCV # Internet Packet Core Utility
81 pvp 75 PVP # Packet Video Protocol
137 sps 130 SPS # Secure Packet Shield
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md25 QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */
181 Packet formats are defined in [RFC 9000 17.1 Packet Formats].
183 ### Packet types
190 #### Initial Packet
192 Refer to [RFC 9000 17.2.2 Initial Packet].
194 #### Handshake Packet
196 Refer to [RFC 9000 17.2.4 Handshake Packet].
198 #### App Data 0-RTT Packet
202 #### App Data 1-RTT Packet
217 - Maximum Packet Length (MPL): The maximum size of a fully encrypted
[all …]
H A Dglossary.md32 **CMPL:** Coalescing Maximum Packet Length. The maximum number of bytes left to
37 **CMPPL:** Coalescing Maximum Packet Payload Length. The maximum number of
113 **MinPL:** Minimum Packet Length. The minimum serialized packet length we are
118 **MinPPL:** Minimum Packet Payload Length. The minimum number of bytes which
122 **MPL:** Maximum Packet Length. The maximum size of a fully encrypted and
126 **MPPL:** Maximum Packet Payload Length. The maximum number of plaintext bytes
147 **PN:** Packet number. Most QUIC packet types have a packet number (PN); see RFC
309 **TXPIM:** Transmitted Packet Information Manager. Stores information about
H A Dquic-ackm.md79 Packet numbers are 62-bit values represented herein by `QUIC_PN`.
116 ### On TX Packet
199 the anti-amplification budget. Packet and ACK-frame related logic are handled
209 ### On RX Packet
300 ### On Packet Space Discarded
435 ### Get Probe Packet
475 ### Get Largest Unacked Packet Number
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l35.txt27 0 = Data Packet received on Left I2S Channel
28 1 = Data Packet received on Right I2S Channel
31 0 = Data Packet received on Left I2S Channel
32 1 = Data Packet received on Right I2S Channel
/freebsd/tests/sys/opencrypto/
H A Dcryptodev.py52 class FindOp(dpkt.Packet):
59 class SessionOp(dpkt.Packet):
71 class SessionOp2(dpkt.Packet):
88 class CryptOp(dpkt.Packet):
101 class CryptAEAD(dpkt.Packet):
/freebsd/contrib/libpcap/
H A Dpcap-npf.c575 PACKET Packet; in pcap_read_npf() local
609 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_npf()
610 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_npf()
668 cc = Packet.ulBytesReceived; in pcap_read_npf()
794 PACKET Packet; in pcap_read_win32_dag() local
822 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_win32_dag()
823 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_win32_dag()
828 cc = Packet.ulBytesReceived; in pcap_read_win32_dag()
/freebsd/sys/arm64/conf/
H A Dstd.dev60 device tuntap # Packet tunnel.
86 # The `bpf' device enables the Berkeley Packet Filter.

12345