| /src/external/gpl3/gcc.old/dist/libcody/ |
| client.cc | 17 static Packet ConnectResponse (std::vector<std::string> &words); 18 static Packet PathnameResponse (std::vector<std::string> &words); 19 static Packet OKResponse (std::vector<std::string> &words); 20 static Packet IncludeTranslateResponse (std::vector<std::string> &words); 23 static Packet (*const responseTable[Detail::RC_HWM]) 98 static Packet CommunicationError (int err) 103 return Packet (Client::PC_ERROR, std::move (e)); 106 Packet Client::ProcessResponse (std::vector<std::string> &words, 116 return Packet (Client::PC_ERROR, std::move (msg)); 119 return Packet (Client::PC_ERROR, u8"missing response") [all...] |
| packet.cc | 10 void Packet::Destroy () 29 void Packet::Create (Packet &&t)
|
| cody.hh | 231 /// which return a single Packet. When the connection is Corked, the 233 class Packet 237 /// Packet is a variant structure. These are the possible content types. 251 unsigned short code = 0; ///< Packet type 255 Packet (unsigned c, size_t i = 0) 259 Packet (unsigned c, std::string &&s) 263 Packet (unsigned c, std::string const &s) 267 Packet (unsigned c, std::vector<std::string> &&v) 275 Packet (Packet &&t [all...] |
| /src/external/gpl3/gcc/dist/libcody/ |
| client.cc | 17 static Packet ConnectResponse (std::vector<std::string> &words); 18 static Packet PathnameResponse (std::vector<std::string> &words); 19 static Packet OKResponse (std::vector<std::string> &words); 20 static Packet IncludeTranslateResponse (std::vector<std::string> &words); 23 static Packet (*const responseTable[Detail::RC_HWM]) 98 static Packet CommunicationError (int err) 103 return Packet (Client::PC_ERROR, std::move (e)); 106 Packet Client::ProcessResponse (std::vector<std::string> &words, 116 return Packet (Client::PC_ERROR, std::move (msg)); 119 return Packet (Client::PC_ERROR, u8"missing response") [all...] |
| packet.cc | 10 void Packet::Destroy () 29 void Packet::Create (Packet &&t)
|
| cody.hh | 231 /// which return a single Packet. When the connection is Corked, the 233 class Packet 237 /// Packet is a variant structure. These are the possible content types. 251 unsigned short code = 0; ///< Packet type 255 Packet (unsigned c, size_t i = 0) 259 Packet (unsigned c, std::string &&s) 263 Packet (unsigned c, std::string const &s) 267 Packet (unsigned c, std::vector<std::string> &&v) 275 Packet (Packet &&t [all...] |
| /src/sys/rump/dev/lib/libbpf/ |
| Makefile | 7 COMMENT=Berkeley Packet Filter
|
| /src/sys/rump/net/lib/libbpfjit/ |
| Makefile | 9 COMMENT=JIT compiler for Berkeley Packet Filter
|
| /src/external/bsd/libpcap/dist/cmake/Modules/ |
| 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. 45 # lib subdirectories for packet.dll (e.g WpdPack or npcap-sdk). 47 # (e.g cmake -DPacket_ROOT=C:\path\to\packet [...]) 50 # The 64-bit Packet.lib is located under /x64 95 NAMES Packet packet 100 find_package_handle_standard_args(Packet [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/ |
| ans.pl | 17 use Net::DNS::Packet; 42 my $packet; 45 $packet = new Net::DNS::Packet(\$buf, 0); 49 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 54 $packet->print; 56 $packet->header->qr(1); 57 $packet->header->opcode(5); 59 my @questions = $packet->question [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| ditch.pl | 32 use Net::DNS::Packet; 66 my $packet; 68 $packet = new Net::DNS::Packet(); 72 ($packet, $err) = new Net::DNS::Packet(); 77 $packet->header->rd(1); 78 $packet->push(question => $q); 87 my $bytes = $sock->send($packet->data); 89 #print (" ", unpack("H* ", $packet->data), "\n") [all...] |
| packet.pl | 14 # This is a tool for sending an arbitrary packet via UDP or TCP to an 15 # arbitrary address and port. The packet is specified in a file or on 36 # Usage: packet.pl [-a <address>] [-d] [-p <port>] [-t (udp|tcp)] [-r <repeats>] [filename] 42 # -r <num>: send packet <num> times 56 print ("Usage: packet.pl [-a address] [-d] [-p port] [-t (tcp|udp)] [-r <repeats>] [file]\n"); 65 use Net::DNS::Packet; 87 $response = new Net::DNS::Packet(\$buf, 0); 91 ($response, $err) = new Net::DNS::Packet(\$buf, 0);
|
| ans.pl | 93 use Net::DNS::Packet; 147 $request = new Net::DNS::Packet(\$buf, 0); 151 ($request, $err) = new Net::DNS::Packet(\$buf, 0); 161 my $packet = new Net::DNS::Packet($qname, $qtype, $qclass); 162 $packet->header->qr(1); 163 $packet->header->aa(1); 164 $packet->header->id($id); 180 $packet->push("answer", $a); 184 # Sign the packet [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/ |
| ans.pl | 17 use Net::DNS::Packet; 38 my $packet; 41 $packet = new Net::DNS::Packet(\$buf, 0); 45 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 50 $packet->print; 52 $packet->header->qr(1); 54 my @questions = $packet->question; 60 $packet->header->aa(1) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/ |
| ans.pl | 18 use Net::DNS::Packet; 52 $request = new Net::DNS::Packet(\$buf, 0); 56 ($request, $err) = new Net::DNS::Packet(\$buf, 0); 66 my $response = new Net::DNS::Packet($qname, $qtype, $qclass); 106 $request = new Net::DNS::Packet(\$buf, 0); 110 ($request, $err) = new Net::DNS::Packet(\$buf, 0); 121 my $response = new Net::DNS::Packet($qname, $qtype, $qclass);
|
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/ |
| ans.pl | 29 use Net::DNS::Packet; 102 # Generate a Net::DNS::Packet containing the response to send on the current 110 $request = new Net::DNS::Packet(\$buf, 0); 114 ($request, $err) = new Net::DNS::Packet(\$buf, 0); 124 my $packet = new Net::DNS::Packet($qname, $qtype, $qclass); 125 $packet->header->qr(1); 126 $packet->header->aa(1); 127 $packet->header->id($id); 132 $packet->push("answer", $rr) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonMachineScheduler.h | 43 /// Local packet/bundle model. Purely 45 std::vector<SUnit *> Packet; 59 Packet.resize(SchedModel->getIssueWidth()); 60 Packet.clear(); 69 Packet.clear(); 77 Packet.clear(); 84 bool isInPacket(SUnit *SU) const { return is_contained(Packet, SU); }
|
| HexagonMachineScheduler.cpp | 93 /// in the current packet. 124 // in the packet. 126 for (unsigned i = 0, e = Packet.size(); i != e; ++i) 127 if (hasDependence(Packet[i], SU, QII)) 130 for (unsigned i = 0, e = Packet.size(); i != e; ++i) 131 if (hasDependence(SU, Packet[i], QII)) 143 Packet.clear(); 147 // If this SU does not fit in the packet or the packet is now full 150 Packet.size() >= SchedModel->getIssueWidth()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonShuffler.h | 10 // packet formation rules of the Hexagon ISA. 169 HexagonPacket Packet; 212 unsigned size() const { return (Packet.size()); } 218 iterator begin() { return (Packet.begin()); } 219 iterator end() { return (Packet.end()); } 220 const_iterator cbegin() const { return (Packet.begin()); } 221 const_iterator cend() const { return (Packet.end()); }
|
| HexagonShuffler.cpp | 10 // packet formation rules of the Hexagon ISA. 175 Packet.clear(); 184 Packet.push_back(PI); 219 // If this packet contains an instruction that bars slot-1 stores, 221 // this packet. 250 // in the Packet member. They should run unconditionally and their 258 // in the Packet member, but they can also detect constraint failures 276 reportError(Twine("too many branches in packet")); 293 const HexagonPacket PacketSave = Packet; 303 Packet = PacketSave [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| ResourcePriorityQueue.cpp | 242 /// in the current packet. 270 // to instructions already in the packet. 271 for (unsigned i = 0, e = Packet.size(); i != e; ++i) 272 for (const SDep &Succ : Packet[i]->Succs) { 287 // If this SU does not fit in the packet 291 Packet.clear(); 307 Packet.push_back(SU); 309 // Forcefully end packet for PseudoOps. 312 Packet.clear(); 315 // If packet is now full, reset the state so in the next cycl [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/ |
| ans.pl | 21 use Net::DNS::Packet; 42 my $packet; 45 $packet = new Net::DNS::Packet(\$buf, 0); 49 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 54 $packet->print; 56 $packet->header->qr(1); 58 my @questions = $packet->question; 63 $packet->header->aa(1) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerUtilFuchsia.cpp | 236 zx_port_packet_t Packet; 237 ExitOnErr(_zx_port_wait(Port.Handle, ZX_TIME_INFINITE, &Packet), 247 ExitOnErr(_zx_object_get_child(Self, Packet.exception.tid,
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/ |
| ans.pl | 21 use Net::DNS::Packet; 49 my $packet; 52 $packet = new Net::DNS::Packet(\$buf, 0); 56 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 61 $packet->print; 63 $packet->header->qr(1); 64 $packet->header->aa(1); 66 my @questions = $packet->question [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ResourcePriorityQueue.h | 68 /// Resource model - packet/bundle model. Purely 70 std::vector<SUnit*> Packet;
|