Home
last modified time | relevance | path

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

1234

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp85 GDBRemotePacket &Packet) { in mapping() argument
86 io.mapRequired("packet", Packet.packet); in mapping()
87 io.mapRequired("type", Packet.type); in mapping()
88 io.mapRequired("bytes", Packet.bytes_transmitted); in mapping()
89 io.mapRequired("index", Packet.packet_idx); in mapping()
90 io.mapRequired("tid", Packet.tid); in mapping()
95 GDBRemotePacket &Packet) { in validate() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h45 std::vector<SUnit *> Packet; variable
59 Packet.resize(SchedModel->getIssueWidth()); in VLIWResourceModel()
60 Packet.clear(); in VLIWResourceModel()
69 Packet.clear(); in resetPacketState()
77 Packet.clear(); in reset()
84 bool isInPacket(SUnit *SU) const { return is_contained(Packet, SU); } in isInPacket()
H A DHexagonMachineScheduler.cpp126 for (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
127 if (hasDependence(Packet[i], SU, QII)) in isResourceAvailable()
130 for (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
131 if (hasDependence(SU, Packet[i], QII)) in isResourceAvailable()
143 Packet.clear(); in reserveResources()
150 Packet.size() >= SchedModel->getIssueWidth()) { in reserveResources()
152 Packet.clear(); in reserveResources()
174 Packet.push_back(SU); in reserveResources()
178 for (unsigned i = 0, e = Packet.size(); i != e; ++i) { in reserveResources()
180 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h169 HexagonPacket Packet; variable
212 unsigned size() const { return (Packet.size()); } in size()
218 iterator begin() { return (Packet.begin()); } in begin()
219 iterator end() { return (Packet.end()); } in end()
220 const_iterator cbegin() const { return (Packet.begin()); } in cbegin()
221 const_iterator cend() const { return (Packet.end()); } in cend()
H A DHexagonShuffler.cpp175 Packet.clear(); in reset()
184 Packet.push_back(PI); in append()
293 const HexagonPacket PacketSave = Packet; in restrictBranchOrder()
303 Packet = PacketSave; in restrictBranchOrder()
325 Packet = *ShuffledPacket; in ValidResourceUsage()
610 HexagonPacket PacketResult = Packet; in tryAuction()
652 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
653 ISK != Packet.end(); ++ISK, ++slotSkip) in shuffle()
664 std::stable_sort(ISJ, Packet.end()); in shuffle()
/freebsd-13.1/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
39 # PACKET_FOUND - TRUE if the Packet library *and* header are found.
51 # The 64-bit Packet.lib is located under /x64
73 NAMES Packet packet
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp271 for (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
272 for (const SDep &Succ : Packet[i]->Succs) { in isResourceAvailable()
291 Packet.clear(); in reserveResources()
307 Packet.push_back(SU); in reserveResources()
312 Packet.clear(); in reserveResources()
317 if (Packet.size() >= InstrItins->SchedModel.IssueWidth) { in reserveResources()
319 Packet.clear(); in reserveResources()
469 Packet.clear(); in scheduledNode()
/freebsd-13.1/contrib/libpcap/doc/
H A DREADME.linux.md17 Packet socket
19 The Packet protocol is used by applications which communicate
33 Packet socket
35 The Packet protocol is used by applications which communicate
64 The Linux Socket Filter is derived from the Berkeley Packet Filter.
/freebsd-13.1/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-13.1/sbin/natd/
H A DREADME39 Charles Mott <[email protected]> Packet aliasing engine
40 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-13.1/contrib/libpcap/
H A Dpcap-npf.c490 PACKET Packet; in pcap_read_npf() local
524 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_npf()
525 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_npf()
557 cc = Packet.ulBytesReceived; in pcap_read_npf()
679 PACKET Packet; in pcap_read_win32_dag() local
707 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_win32_dag()
708 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_win32_dag()
713 cc = Packet.ulBytesReceived; in pcap_read_win32_dag()
H A Dpcap-dll.rc22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
/freebsd-13.1/lib/libc/net/
H A Dprotocols77 ippc 67 IPPC # Internet Pluribus Packet Core
81 ipcv 71 IPCV # Internet Packet Core Utility
85 pvp 75 PVP # Packet Video Protocol
141 sps 130 SPS # Secure Packet Shield
/freebsd-13.1/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-13.1/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-13.1/stand/efi/include/
H A Defiudp.h119 } Packet; member
233 } Packet; member
H A Defitcp.h165 } Packet; member
338 } Packet; member
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Drpcapd.rc25 VALUE "FileDescription", "Remote Packet Capture Daemon"
/freebsd-13.1/sys/arm/conf/
H A DIMX5340 # The `bpf' device enables the Berkeley Packet Filter.
49 #device tuntap # Packet tunnel.
H A DEFIKA_MX53 # The `bpf' device enables the Berkeley Packet Filter.
62 #device tuntap # Packet tunnel.
/freebsd-13.1/stand/i386/boot2/
H A Dboot1.S34 .set FL_PACKET,0x80 # Packet mode
107 mov %sp,%bp # Packet pointer
286 testb $0x1,%cl # Packet interface?
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h70 std::vector<SUnit*> Packet; variable
/freebsd-13.1/contrib/mandoc/
H A Dlib.in28 LINE("libalias", "Packet Aliasing Library (libalias, \\-lalias)")
90 LINE("libnpf", "NPF Packet Filter Library (libnpf, \\-lnpf)")
95 LINE("libpcap", "Packet capture Library (libpcap, \\-lpcap)")

1234