Home
last modified time | relevance | path

Searched refs:PIcmpCloseHandle (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.h53 typedef BOOL (WINAPI *PIcmpCloseHandle)(HANDLE icmp_handle); typedef
83 PIcmpCloseHandle close_;
Dwinping.cc152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()