Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dnetinet_in.cpp39 constexpr int END_PORT = IPPORT_RESERVED; variable
40 constexpr int NUM_PORTS = (END_PORT - START_PORT);
62 if (port == END_PORT) port = START_PORT; in bindresvport()