Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwinping.cc122 const char * const ICMP_DLL_NAME = "Iphlpapi.dll"; variable
153 dll_ = LoadLibraryA(ICMP_DLL_NAME); in WinPing()