Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwinping.h43 typedef DWORD (WINAPI *PIcmpSendEcho)( typedef
91 PIcmpSendEcho send_;
Dwinping.cc161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()