Searched defs:LOW_PORT (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp155 #define LOW_PORT (IPPORT_RESERVED) macro
158 #define LOW_PORT (1024u) macro
172 return (rand() % (HIGH_PORT - LOW_PORT)) + LOW_PORT;

Completed in 371 milliseconds