Searched refs:ListenPort (Results 1 – 2 of 2) sorted by relevance
126 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument127 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind()130 Port = ListenPort; in bind()135 int ListenPort = Server->bind_to_any_port(HostInterface); in bind() local136 if (ListenPort < 0) in bind()139 return Port = ListenPort; in bind()182 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument
354 UINT16 ListenPort; member