Home
last modified time | relevance | path

Searched refs:HostInterface (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp126 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument
127 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind()
134 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument
135 int ListenPort = Server->bind_to_any_port(HostInterface); in bind()
182 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument
186 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument
/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h118 Error bind(unsigned Port, const char *HostInterface = "0.0.0.0");
122 Expected<unsigned> bind(const char *HostInterface = "0.0.0.0");