Home
last modified time | relevance | path

Searched refs:d_class (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dopenwrt_args.cpp25 std::string getIpAddress(int c_class, int d_class) { in getIpAddress() argument
26 return "192.168." + std::to_string(c_class) + "." + std::to_string(d_class); in getIpAddress()