Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp156 #define HIGH_PORT (IPPORT_HIFIRSTAUTO) macro
159 #define HIGH_PORT (49151u) macro
172 return (rand() % (HIGH_PORT - LOW_PORT)) + LOW_PORT; in get_random_port()