Searched defs:HostInterface (Results 1 – 2 of 2) sorted by relevance
126 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind()134 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind()182 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind()186 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind()
61 static std::string HostInterface; global() variable