Home
last modified time | relevance | path

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

/bionic/libc/inet/
Dbindresvport.c35 #define START_PORT 600 macro
37 #define NUM_PORTS (END_PORT - START_PORT)
55 port = START_PORT + (getpid() % NUM_PORTS); in bindresvport()
61 port = START_PORT; in bindresvport()