Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbindresvport.c45 #define STARTPORT 600 macro
47 #define NPORTS (ENDPORT - STARTPORT + 1)
93 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
113 port = STARTPORT; in bindresvport_sa()