Home
last modified time | relevance | path

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

/ohos5.0/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::stri…
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp477 …if (DhcpFunction::CheckRangeNetwork(ifname, range.strStartip, range.strEndip) != DHCP_OPT_SUCCESS)… in SetDhcpRange()
539 … if (DhcpFunction::CheckRangeNetwork(ifname, iterTagValue.strStartip, iterTagValue.strEndip) != in SetDhcpName()
H A Ddhcp_function.cpp271 int DhcpFunction::CheckRangeNetwork(const std::string strInf, const std::string strBegin, const std… in CheckRangeNetwork() function in OHOS::DHCP::DhcpFunction
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_function_test.cpp169 EXPECT_EQ(DHCP_OPT_ERROR, DhcpFunction::CheckRangeNetwork(ifname, begin, end));