Searched refs:addrToStr (Results 1 – 7 of 7) sorted by relevance
23 std::string addrToStr(in_addr_t address);
19 std::string addrToStr(in_addr_t address) { in addrToStr() function
91 addrToStr(ns->nd_ns_target).c_str()); in description()98 addrToStr(na->nd_na_target).c_str()); in description()
217 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()
28 std::string addrToStr(const struct in6_addr& addr);
30 std::string addrToStr(const struct in6_addr& addr) { in addrToStr() function
47 static std::string addrToStr(in_addr_t address) { in addrToStr() function442 property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()); in configureDhcp()449 property_set(propName, addrToStr(mDhcpInfo.dns[i]).c_str()); in configureDhcp()