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

  /external/chromium/third_party/libjingle/source/talk/base/
winping.h 53 typedef BOOL (WINAPI *PIcmpCloseHandle)(HANDLE icmp_handle);
83 PIcmpCloseHandle close_;
winping.cc 152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);

Completed in 48 milliseconds