HomeSort by relevance Sort by last modified time
    Searched full:info_temp (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
net_util_win.cc 82 IP_ADAPTER_ADDRESSES info_temp; local
86 ULONG result = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, &info_temp, &len);
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 288 IP_ADAPTER_INFO info_temp; local
291 if (GetAdaptersInfo(&info_temp, &len) != ERROR_BUFFER_OVERFLOW)

Completed in 189 milliseconds