Home
last modified time | relevance | path

Searched defs:reply_port (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp334 bool CommunicationKDP::SendRequestConnect(uint16_t reply_port, in SendRequestConnect() argument
366 bool CommunicationKDP::SendRequestReattach(uint16_t reply_port) { in SendRequestReattach() argument
895 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket() local
1070 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket() local
[all...]
H A DProcessKDP.cpp236 const uint16_t reply_port = socket.GetLocalPortNumber(); DoConnectRemote() local