Searched refs:START_PORT (Results 1 – 1 of 1) sorted by relevance
38 constexpr int START_PORT = 600; variable40 constexpr int NUM_PORTS = (END_PORT - START_PORT);58 port = START_PORT + (getpid() % NUM_PORTS); in bindresvport()62 if (port == END_PORT) port = START_PORT; in bindresvport()