Searched defs:request_packet (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 48 const PacketStreamType &request_packet) { in SendRequestPacket() 54 PacketStreamType &request_packet, in MakeRequestPacketHeader() 66 const CommandType command, const PacketStreamType &request_packet, in SendRequestAndGetReply() 132 const PacketStreamType &request_packet) { in SendRequestPacketNoLock() 338 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestConnect() local 368 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestReattach() local 402 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestVersion() local 488 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestHostInfo() local 518 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestKernelVersion() local 534 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestDisconnect() local [all …]
|
/external/webrtc/p2p/stunprober/ |
D | stun_prober.cc | 147 std::unique_ptr<rtc::ByteBufferWriter> request_packet( in SendStunRequest() local
|