Searched refs:ParseAddress (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | network.cpp | 60 bool ParseAddress(const std::string& address, const std::string& separator, in ParseAddress() function 81 return ParseAddress(address, ":", 6, 16, mac); in ParseMacAddress() 85 return ParseAddress(address, ".", 4, 10, ip); in ParseIpAddress()
|