Home
last modified time | relevance | path

Searched refs:NUM_PORTS (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dnetinet_in.cpp40 constexpr int NUM_PORTS = (END_PORT - START_PORT); variable
58 port = START_PORT + (getpid() % NUM_PORTS); in bindresvport()
61 for (size_t i = NUM_PORTS; i > 0; i--, port++) { in bindresvport()