Searched refs:GetNextIP (Results 1 – 3 of 3) sorted by relevance
274 IPAddress GetNextIP(int af) { return VirtualSocketServer::GetNextIP(af); } in GetNextIP() function in __anonea7366060211::TestVirtualSocketServer290 int_addr.SetIP(int_vss->GetNextIP(family)); in TestVirtualInternal()291 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family())); in TestVirtualInternal()292 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family())); in TestVirtualInternal()
126 IPAddress GetNextIP(int family);
528 IPAddress VirtualSocketServer::GetNextIP(int family) { in GetNextIP() function in rtc::VirtualSocketServer