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

  /development/tools/jdwpspy/
Net.cpp 282 struct hostent* pHost;
284 pHost = gethostbyname(connectHost);
285 if (pHost == NULL) {
291 netState->vmAddr = *((struct in_addr*) pHost->h_addr_list[0]);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 662 hostent* pHost = reinterpret_cast<hostent*>(dns_->buffer);
663 uint32 net_ip = *reinterpret_cast<uint32*>(pHost->h_addr_list[0]);

Completed in 116 milliseconds