Searched refs:dst1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 5347 std::string dst1 = makeIpString(index + 100); // The address to which the resolver will send. in addDns() local 5348 std::string src2 = dst1; // The address translated from src1. in addDns() 5351 if (!mTunForwarder->addForwardingRule({src1, dst1}, {src2, dst2}) || in addDns() 5352 !mTunForwarder->addForwardingRule({dst2, src2}, {dst1, src1})) { in addDns() 5353 return Errorf("Failed to add the rules ({}, {}, {}, {})", src1, dst1, src2, dst2); in addDns() 5365 .dnsAddr = dst1, in addDns()
|