Searched refs:STARTPORT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c50 #define STARTPORT 600 macro
52 #define NPORTS (ENDPORT - STARTPORT + 1)
150 * STARTPORT - ENDPORT. Choose a random starting
155 port = (getpid() % NPORTS) + STARTPORT;
163 port = STARTPORT;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c287 #define STARTPORT 600 macro
289 #define NPORTS (ENDPORT - STARTPORT + 1)
337 port = (getpid() % NPORTS) + STARTPORT;
341 port = STARTPORT;

Completed in 21 milliseconds