Home
last modified time | relevance | path

Searched defs:host_port (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DUriParser.cpp45 auto host_port = uri.substr( in Parse() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp156 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect() local
195 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Listen() local
H A DUDPSocket.cpp62 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect() local
/freebsd-src/crypto/openssh/
H A Dchannels.h167 int host_port; /* remote port to connect for forwards */ member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4306 std::string host_port = url_arg.str(); LLGSArgToURL() local