Home
last modified time | relevance | path

Searched refs:strBegin (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp271 int DhcpFunction::CheckRangeNetwork(const std::string strInf, const std::string strBegin, const std::string strEnd) in CheckRangeNetwork() argument
273 if (strInf.empty() || strBegin.empty() || strEnd.empty()) { in CheckRangeNetwork()
274 DHCP_LOGE("CheckRangeNetwork param error, strInf or strBegin or strEnd is empty!"); in CheckRangeNetwork()
286 !Ip4StrConToInt(strBegin, uBegin, false) || !Ip4StrConToInt(strEnd, uEnd, false)) { in CheckRangeNetwork()
292 DHCP_LOGE("Check %{public}s %{private}s %{public}s failed", strInf.c_str(), strIp.c_str(), strBegin.c_str()); in CheckRangeNetwork()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h43 static int CheckRangeNetwork(const std::string strInf, const std::string strBegin, const std::string strEnd);

Completed in 2 milliseconds