Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h46 std::vector<SUnit *> Packet; variable
60 Packet.resize(SchedModel->getIssueWidth()); in VLIWResourceModel()
61 Packet.clear(); in VLIWResourceModel()
70 Packet.clear(); in resetPacketState()
78 Packet.clear(); in reset()
85 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()
173 Packet.push_back(SU); in reserveResources()
177 for (unsigned i = 0, e = Packet.size(); i != e; ++i) { in reserveResources()
179 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
[all …]
/freebsd-12.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
65 NAMES Packet packet
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h145 HexagonPacket Packet; variable
175 unsigned size() const { return (Packet.size()); } in size()
181 iterator begin() { return (Packet.begin()); } in begin()
182 iterator end() { return (Packet.end()); } in end()
H A DHexagonShuffler.cpp209 Packet.clear(); in reset()
217 Packet.push_back(PI); in append()
526 PacketSave = Packet; in check()
545 Packet = PacketSave; in check()
639 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
640 ISK != Packet.end(); ++ISK, ++slotSkip) in shuffle()
651 std::stable_sort(ISJ, Packet.end()); in shuffle()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp266 for (unsigned i = 0, e = Packet.size(); i != e; ++i) in isResourceAvailable()
267 for (const SDep &Succ : Packet[i]->Succs) { 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()
463 Packet.clear(); in scheduledNode()
/freebsd-12.1/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in282 * FUP (Flow Update Packet) will precede the TIP.PGD (Target IP Packet,
294 * Packet, Packet Generation Enable).
314 * Packet - Packet Generaton Enable) and TIP.PGD (Target IP Packet -
833 /** Packet: pip. */
836 /** Packet: tsc. */
839 /** Packet: cbr. */
842 /** Packet: tma. */
845 /** Packet: mtc. */
848 /** Packet: cyc. */
854 /** Packet: mnt. */
[all …]
/freebsd-12.1/contrib/libpcap/
H A DREADME.linux17 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.
H A Dpcap-npf.c501 PACKET Packet; in pcap_read_npf() local
535 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_npf()
536 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_npf()
541 cc = Packet.ulBytesReceived; in pcap_read_npf()
663 PACKET Packet; in pcap_read_win32_dag() local
691 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize); in pcap_read_win32_dag()
692 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) { in pcap_read_win32_dag()
697 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 DREADME35 Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
36 User-level Packet Capture''. A compressed PostScript version can be
/freebsd-12.1/sys/mips/conf/
H A DGXEMUL57 device tun # Packet tunnel.
61 # The `bpf' device enables the Berkeley Packet Filter.
H A DGXEMUL3255 device tun # Packet tunnel.
59 # The `bpf' device enables the Berkeley Packet Filter.
/freebsd-12.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-12.1/tests/sys/opencrypto/
H A Dcryptodev.py46 class FindOp(dpkt.Packet):
52 class SessionOp(dpkt.Packet):
63 class SessionOp2(dpkt.Packet):
79 class CryptOp(dpkt.Packet):
91 class CryptAEAD(dpkt.Packet):
/freebsd-12.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-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp236 zx_port_packet_t Packet; in CrashHandler() local
237 ExitOnErr(_zx_port_wait(Port.Handle, ZX_TIME_INFINITE, &Packet), in CrashHandler()
247 ExitOnErr(_zx_object_get_child(Self, Packet.exception.tid, in CrashHandler()
/freebsd-12.1/release/picobsd/bridge/
H A DPICOBSD107 device tun # Packet tunnel.
116 # The `bpf' device enables the Berkeley Packet Filter.
/freebsd-12.1/sys/arm/conf/
H A DIMX5340 # The `bpf' device enables the Berkeley Packet Filter.
50 #device tun # Packet tunnel.
H A DEFIKA_MX53 # The `bpf' device enables the Berkeley Packet Filter.
63 #device tun # Packet tunnel.
H A DDOCKSTAR72 device tun # Packet tunnel.
147 options ALTQ_HFSC # Hierarchical Packet Scheduler
/freebsd-12.1/release/picobsd/qemu/
H A DPICOBSD113 device tun # Packet tunnel.
122 # The `bpf' device enables the Berkeley Packet Filter.
/freebsd-12.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-12.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