Searched refs:strMask (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 176 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 D | dhcp_function.h | 41 static int GetLocalIp(const std::string strInf, std::string& strIp, std::string& strMask);
|
Completed in 2 milliseconds