Searched refs:HostInterface (Results 1 – 3 of 3) sorted by relevance
120 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument121 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind()128 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument129 int ListenPort = Server->bind_to_any_port(HostInterface); in bind()173 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument177 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument
38 HostInterface("i", cl::init("0.0.0.0"), variable83 Port = ExitOnErr(Server.Server.bind(HostInterface.c_str())); in main()85 ExitOnErr(Server.Server.bind(Port, HostInterface.c_str())); in main()
108 Error bind(unsigned Port, const char *HostInterface = "0.0.0.0");112 Expected<unsigned> bind(const char *HostInterface = "0.0.0.0");