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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbindresvport.c45 #define STARTPORT 600 macro
47 #define NPORTS (ENDPORT - STARTPORT + 1)
93 port = arc4random_uniform(NPORTS) + STARTPORT;
113 port = STARTPORT;

Completed in 101 milliseconds