Searched refs:END_PORT (Results 1 – 1 of 1) sorted by relevance
39 constexpr int END_PORT = IPPORT_RESERVED; variable40 constexpr int NUM_PORTS = (END_PORT - START_PORT);62 if (port == END_PORT) port = START_PORT; in bindresvport()