Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/include/
Dutils.h23 std::string addrToStr(in_addr_t address);
/device/generic/goldfish/dhcp/common/
Dutils.cpp19 std::string addrToStr(in_addr_t address) { in addrToStr() function
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp47 static std::string addrToStr(in_addr_t address) { in addrToStr() function
426 if (property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()) != 0) { in configureDhcp()
436 addrToStr(mDhcpInfo.dns[i]).c_str()) != 0) { in configureDhcp()