Home | History | Annotate | Download | only in base

Lines Matching defs:int_addr

193 void TestPhysicalInternal(const SocketAddress& int_addr) {
207 SocketAddress ext_addr1(int_addr);
209 // Find an available IP with matching family. The test breaks if int_addr
214 if (ip.family() == int_addr.family() && TestConnectivity(int_addr, ip)) {
220 LOG(LS_WARNING) << "No available IP of same family as " << int_addr;
236 TestBindings(int_pss.get(), int_addr, ext_pss.get(), ext_addrs);
237 TestFilters(int_pss.get(), int_addr, ext_pss.get(), ext_addrs);
270 SocketAddress int_addr;
272 int_addr.SetIP(int_vss->GetNextIP(family));
273 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family()));
274 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family()));
278 TestBindings(int_vss.get(), int_addr, ext_vss.get(), ext_addrs);
279 TestFilters(int_vss.get(), int_addr, ext_vss.get(), ext_addrs);