Searched refs:STARTPORT (Results 1 – 4 of 4) sorted by relevance
45 #define STARTPORT 600 in bindresvport() macro47 #define NPORTS (ENDPORT - STARTPORT + 1) in bindresvport()58 port = (getpid() % NPORTS) + STARTPORT; in bindresvport()65 port = STARTPORT; in bindresvport()
48 #define STARTPORT 600 macro50 #define NPORTS (ENDPORT - STARTPORT + 1)99 port = (arc4random() % NPORTS) + STARTPORT;119 port = STARTPORT;
53 #define STARTPORT 600 macro55 #define NPORTS (ENDPORT - STARTPORT + 1)158 port = (getpid() % NPORTS) + STARTPORT;166 port = STARTPORT;
291 #define STARTPORT 600 in __rpc_bindresvport_ipv6() macro293 #define NPORTS (ENDPORT - STARTPORT + 1) in __rpc_bindresvport_ipv6()343 port = (getpid() % NPORTS) + STARTPORT; in __rpc_bindresvport_ipv6()347 port = STARTPORT; in __rpc_bindresvport_ipv6()