Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dmain.cpp245 if (port <= 0 || port > MAX_IP_PORT) { in ParseServerListenString()
265 if ((port <= 0 || port > MAX_IP_PORT)) { in ParseServerListenString()
406 if (port > MAX_IP_PORT || port <= 0) { in InitServerAddr()
H A Dtranslate.cpp228 if ((port <= 0 || port > MAX_IP_PORT) || uv_ip4_addr(ip.c_str(), port, &addr) < 0) { in TargetConnect()
286 if (port > MAX_IP_PORT || port <= 0) { in RunMode()
/developtools/hdc/src/common/
H A Ddefine.h59 constexpr uint16_t MAX_IP_PORT = 65535; member
H A Dforward.cpp306 if (as[1].size() > std::to_string(MAX_IP_PORT).size()) { in CheckNodeInfo()
310 if (port <= 0 || port > MAX_IP_PORT) { in CheckNodeInfo()

Completed in 4 milliseconds