HomeSort by relevance Sort by last modified time
    Searched refs:GetNextIP (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
nat_unittest.cc 274 IPAddress GetNextIP(int af) { return VirtualSocketServer::GetNextIP(af); }
290 int_addr.SetIP(int_vss->GetNextIP(family));
291 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family()));
292 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family()));
virtualsocketserver.h 126 IPAddress GetNextIP(int family);
virtualsocketserver.cc 528 IPAddress VirtualSocketServer::GetNextIP(int family) {
    [all...]

Completed in 58 milliseconds