Searched defs:startIp (Results 1 – 7 of 7) sorted by relevance
78 in_addr startIp; member82 in6_addr startIp; member
163 bool NetFirewallParamCheck::CheckIpAddress(const std::string &startIp, const std::string &endIp, co… in CheckIpAddress()267 std::string startIp = in CheckMultipleIp() local
48 std::string startIp; in ParseIpList() local
128 in_addr startIp; // Store IP for single IP, and store starting IP for IP end member132 in6_addr startIp; // Store IP for single IP, and store starting IP for IP end member
177 cJSON *startIp = cJSON_GetObjectItem(mem, NET_FIREWALL_IP_START.c_str()); in ConvertIpParamToConfig() local
732 std::string startIp = std::to_string(atoi(ipEnd.c_str()) + 1); in StartDhcp() local
414 int32_t IpParamParser::GetMask(uint32_t startIp, uint32_t endIp) in GetMask()