Searched refs:IP_V4_DEFAULT (Results 1 – 4 of 4) sorted by relevance
30 const std::string IP_V4_DEFAULT("192.168.62.1");
36 const std::string IP_V4_DEFAULT("192.168.62.1"); variable231 std::string destIpAddress = ipAddress.empty() ? IP_V4_DEFAULT : ipAddress; in AssignIpAddrV4()
97 const std::string IP_V4_DEFAULT("192.168.62.1");
44 std::string hostIp = serverIp.empty() ? DHCP::IP_V4_DEFAULT : serverIp; in InitIpPool()