Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp67 #define HIGH_PORT (IPPORT_HIFIRSTAUTO) macro
70 #define HIGH_PORT (49151u) macro
186 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform()
190 port_offset, LOW_PORT, HIGH_PORT); in main_platform()
204 if (portnum < LOW_PORT || portnum > HIGH_PORT) { in main_platform()
208 portnum, LOW_PORT, HIGH_PORT); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp185 #define HIGH_PORT (IPPORT_HIFIRSTAUTO) macro
188 #define HIGH_PORT (49151u) macro