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

  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
166 hping_ = create_();
167 if (hping_ == INVALID_HANDLE_VALUE) {
194 if ((hping_ != INVALID_HANDLE_VALUE) && close_) {
195 if (!close_(hping_))
245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_,
winping.h 87 HANDLE hping_; member in class:rtc::WinPing

Completed in 98 milliseconds