Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp250 if (port <= 0 || port > MAX_IP_PORT) { in ParseServerListenString()
270 if ((port <= 0 || port > MAX_IP_PORT)) { in ParseServerListenString()
411 if (port > MAX_IP_PORT || port <= 0) { in InitServerAddr()
Dtranslate.cpp219 if ((port <= 0 || port > MAX_IP_PORT) || uv_ip4_addr(ip.c_str(), port, &addr) < 0) { in TargetConnect()
266 if (port > MAX_IP_PORT || port <= 0) { in RunMode()
/developtools/hdc/src/common/
Ddefine.h48 constexpr uint16_t MAX_IP_PORT = 65535; variable
Dforward.cpp290 if (as[1].size() > std::to_string(MAX_IP_PORT).size()) { in CheckNodeInfo()
294 if (port <= 0 || port > MAX_IP_PORT) { in CheckNodeInfo()