OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIcmpCloseHandle
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
winping.h
37
typedef BOOL (WINAPI *
PIcmpCloseHandle
)(HANDLE icmp_handle);
90
PIcmpCloseHandle
close_;
winping.cc
160
close_ = (
PIcmpCloseHandle
) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
Completed in 40 milliseconds