OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIcmpCreateFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
winping.h
51
typedef HANDLE (WINAPI *
PIcmpCreateFile
)();
82
PIcmpCreateFile
create_;
winping.cc
151
create_ = (
PIcmpCreateFile
) GetProcAddress(dll_, ICMP_CREATE_FUNC);
Completed in 914 milliseconds