Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp176 int DhcpFunction::GetLocalIp(const std::string strInf, std::string& strIp, std::string& strMask) in GetLocalIp() argument
221 strMask = bufMask; in GetLocalIp()
278 std::string strIp, strMask; in CheckRangeNetwork() local
279 if (GetLocalIp(strInf, strIp, strMask) != DHCP_OPT_SUCCESS) { in CheckRangeNetwork()
285 if (!Ip4StrConToInt(strIp, uIp, false) || !Ip4StrConToInt(strMask, uMask, false) || in CheckRangeNetwork()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h41 static int GetLocalIp(const std::string strInf, std::string& strIp, std::string& strMask);

Completed in 2 milliseconds