Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DUriParser.cpp45 auto host_port = uri.substr( in Parse() local
/openbsd-src/usr.bin/cdio/
H A Dcddb.c179 parse_connect_to(const char *host_port, const char *port) in parse_connect_to()
245 cddb(const char *host_port, int n, struct cd_toc_entry *e, char *arg) in cddb()
/openbsd-src/gnu/llvm/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
/openbsd-src/regress/lib/libssl/interop/
H A Dclient.c54 char *host_port, *host = "127.0.0.1", *port = "0"; in main() local
H A Dserver.c55 char *host_port, *host = "127.0.0.1", *port = "0"; in main() local
/openbsd-src/usr.bin/ssh/
H A Dchannels.h163 int host_port; /* remote port to connect for forwards */ global() member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4298 std::string host_port = url_arg.str(); in LLGSArgToURL() local