Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUriParser.cpp45 auto host_port = uri.substr( in Parse() local
/freebsd/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/crypto/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c140 static char msg[384], host_port[300]; in main() local
H A Dddd-02-conn-nonblocking-threads.c261 static char tx_msg[384], host_port[300]; in main() local
H A Dddd-02-conn-nonblocking.c316 static char tx_msg[384], host_port[300]; in main() local
/freebsd/crypto/openssh/
H A Dchannels.h168 int host_port; /* remote port to connect for forwards */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4308 std::string host_port = url_arg.str(); in LLGSArgToURL() local