Searched refs:makeIpString (Results 1 – 1 of 1) sorted by relevance
5341 const std::function<std::string(unsigned)> makeIpString = in addDns() local5346 std::string src1 = makeIpString(1); // The address from which the resolver will send. in addDns()5347 std::string dst1 = makeIpString(index + 100); // The address to which the resolver will send. in addDns()5349 std::string dst2 = makeIpString(index + 200); // The address translated from dst2. in addDns()