Searched refs:ParseIPLiteralToNumber (Results 1 – 3 of 3) sorted by relevance
27 bool ParseIPLiteralToNumber(const std::string& ip_literal, in ParseIPLiteralToNumber() function76 if (!ParseIPLiteralToNumber(parts[0], ip_number)) in ParseCIDRBlock()
35 bool ParseIPLiteralToNumber(const std::string& ip_literal,
294 if (!ParseIPLiteralToNumber(tok_list, &ip_num)) in SortIpAddressList()330 if (!ParseIPLiteralToNumber(ip_address, &address)) in IsInNetEx()