Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dutils.h23 std::string addrToStr(in_addr_t address);
Dutils.cpp19 std::string addrToStr(in_addr_t address) { in addrToStr() function
/device/generic/goldfish/wifi/ipv6proxy/
Dpacket.cpp91 addrToStr(ns->nd_ns_target).c_str()); in description()
98 addrToStr(na->nd_na_target).c_str()); in description()
Dproxy.cpp217 from.name().c_str(), addrToStr(packet.ip()->ip6_src).c_str(), in forward()
218 to.name().c_str(), addrToStr(packet.ip()->ip6_dst).c_str()); in forward()
258 addrToStr(packet.ip()->ip6_src).c_str()); in forward()
Daddress.h28 std::string addrToStr(const struct in6_addr& addr);
Daddress.cpp30 std::string addrToStr(const struct in6_addr& addr) { in addrToStr() function
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp47 static std::string addrToStr(in_addr_t address) { in addrToStr() function
442 property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()); in configureDhcp()
449 property_set(propName, addrToStr(mDhcpInfo.dns[i]).c_str()); in configureDhcp()