/freebsd/contrib/file/magic/Magdir/ |
H A D | pgp-binary-keys | 45 # 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 D | FindPacket.cmake | 27 # 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 D | HexagonShuffler.h | 159 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 D | HexagonShuffler.cpp | 177 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 D | ResourcePriorityQueue.cpp | 266 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 D | VLIWMachineScheduler.cpp | 74 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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | VLIWMachineScheduler.h | 44 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 D | ResourcePriorityQueue.h | 70 std::vector<SUnit*> Packet; variable
|
/freebsd/contrib/processor-trace/libipt/include/ |
H A D | intel-pt.h.in | 47 * - 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/sbin/natd/ |
H A D | README | 38 Charles Mott <cm@linktel.net> Packet aliasing engine 39 Eivind Eklund <eivind@dimaga.com> Packet aliasing engine
|
H A D | HISTORY | 23 - 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 D | protocols | 73 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/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l35.txt | 27 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 D | cryptodev.py | 52 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 D | pcap-npf.c | 575 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 D | pcap-dll.rc | 22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
|
H A D | README.md | 40 Winter Usenix paper ``The BSD Packet Filter: A New Architecture for 41 User-level Packet Capture''
|
/freebsd/stand/efi/include/ |
H A D | efiudp.h | 118 } Packet; member 232 } Packet; member
|
H A D | efitcp.h | 164 } Packet; member 337 } Packet; member
|
H A D | efiip.h | 169 } Packet; member 417 } Packet; member
|
/freebsd/sys/arm64/conf/ |
H A D | std.al | 21 # The `bpf' device enables the Berkeley Packet Filter.
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.rc | 25 VALUE "FileDescription", "Remote Packet Capture Daemon"
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 32 .set FL_PACKET,0x80 # Packet mode 105 mov %sp,%bp # Packet pointer 284 testb $0x1,%cl # Packet interface?
|
/freebsd/contrib/mandoc/ |
H A D | lib.in | 28 LINE("libalias", "Packet Aliasing Library (libalias, \\-lalias)") 90 LINE("libnpf", "NPF Packet Filter Library (libnpf, \\-lnpf)") 95 LINE("libpcap", "Packet capture Library (libpcap, \\-lpcap)")
|
/freebsd/etc/ |
H A D | master.passwd | 16 proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
|