HomeSort by relevance Sort by last modified time
    Searched refs:send_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
153 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
154 if (!create_ || !close_ || !send_) {
213 DWORD result = send_(hping_, talk_base::HostToNetwork32(ip),
winping.h 84 PIcmpSendEcho send_; member in class:talk_base::WinPing

Completed in 257 milliseconds