Searched refs:HTTP_MAX_PORT (Results 1 – 2 of 2) sorted by relevance
39 for (int allocPort = HTTP_MIN_PORT; allocPort <= HTTP_MAX_PORT; allocPort++) { in AllocatePort()96 if (port < HTTP_MIN_PORT || port > HTTP_MAX_PORT) { in CreateServer()
142 const int HTTP_MAX_PORT = 65535; variable