Searched refs:NUM_PORTS (Results 1 – 1 of 1) sorted by relevance
40 constexpr int NUM_PORTS = (END_PORT - START_PORT); variable58 port = START_PORT + (getpid() % NUM_PORTS); in bindresvport()61 for (size_t i = NUM_PORTS; i > 0; i--, port++) { in bindresvport()