Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
153 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()
154 if (!create_ || !close_ || !send_) { in WinPing()
213 DWORD result = send_(hping_, talk_base::HostToNetwork32(ip), in Ping()
Dwinping.h84 PIcmpSendEcho send_; variable