Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpgp-binary-keys46 # 2 0xC2 -- Signature Packet
49 # 5 0xC5 -- Secret-Key Packet
50 # 6 0xC6 -- Public-Key Packet
54 # 10 0xCA -- Marker Packet
56 # 12 0xCC -- Trust Packet
57 # 13 0xCD -- User ID Packet
95 # 2 0x88 -- Signature Packet
98 # 5 0x94 -- Secret-Key Packet
103 # 10 0xA8 -- Marker Packet
105 # 12 0xB0 -- Trust Packet
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h159 HexagonPacket Packet; variable
204 unsigned size() const { return (Packet.size()); } in size()
210 iterator begin() { return (Packet.begin()); } in begin()
211 iterator end() { return (Packet.end()); } in end()
212 const_iterator cbegin() const { return (Packet.begin()); } in cbegin()
213 const_iterator cend() const { return (Packet.end()); } in cend()
H A DHexagonShuffler.cpp177 Packet.clear(); in reset()
186 Packet.push_back(PI); in append()
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.end(); ++ISK, ++slotSkip) in shuffle()
683 std::stable_sort(ISJ, Packet.end()); in shuffle()
/freebsd-14.2/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 (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
134 if (hasDependence(Packet[i], SU)) in isResourceAvailable()
137 for (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
138 if (hasDependence(SU, Packet[i])) in isResourceAvailable()
156 Packet.size() >= SchedModel->getIssueWidth()) { in reserveResources()
179 Packet.push_back(SU); in reserveResources()
185 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
[all …]
/freebsd-14.2/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-14.2/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()
H A DResourcePriorityQueue.h70 std::vector<SUnit*> Packet; variable
/freebsd-14.2/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in283 * FUP (Flow Update Packet) will precede the TIP.PGD (Target IP Packet,
295 * Packet, Packet Generation Enable).
315 * Packet - Packet Generaton Enable) and TIP.PGD (Target IP Packet -
856 /** Packet: pip. */
859 /** Packet: tsc. */
862 /** Packet: cbr. */
865 /** Packet: tma. */
868 /** Packet: mtc. */
871 /** Packet: cyc. */
877 /** Packet: mnt. */
[all …]
/freebsd-14.2/sbin/natd/
H A DREADME38 Charles Mott <[email protected]> Packet aliasing engine
39 Eivind Eklund <[email protected]> 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-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,glink-edge.yaml25 Qualcomm APR (Asynchronous Packet Router)
39 Qualcomm GPR (Generic Packet Router)
/freebsd-14.2/lib/libc/net/
H A Dprotocols76 ippc 67 IPPC # Internet Pluribus Packet Core
80 ipcv 71 IPCV # Internet Packet Core Utility
84 pvp 75 PVP # Packet Video Protocol
140 sps 130 SPS # Secure Packet Shield
/freebsd-14.2/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-14.2/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-14.2/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()
H A Dpcap-dll.rc22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
H A DREADME.md40 Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
41 User-level Packet Capture''
/freebsd-14.2/sys/arm64/conf/
H A Dstd.dev60 device tuntap # Packet tunnel.
86 # The `bpf' device enables the Berkeley Packet Filter.
H A Dstd.al21 # The `bpf' device enables the Berkeley Packet Filter.
/freebsd-14.2/stand/efi/include/
H A Defiudp.h118 } Packet; member
232 } Packet; member
H A Defitcp.h164 } Packet; member
337 } Packet; member
/freebsd-14.2/contrib/libpcap/rpcapd/
H A Drpcapd.rc25 VALUE "FileDescription", "Remote Packet Capture Daemon"
/freebsd-14.2/stand/i386/boot2/
H A Dboot1.S32 .set FL_PACKET,0x80 # Packet mode
105 mov %sp,%bp # Packet pointer
284 testb $0x1,%cl # Packet interface?
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr-services.yaml14 Packet Router).

1234