HomeSort by relevance Sort by last modified time
    Searched full:send_ (Results 1 - 5 of 5) 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
  /system/bluetooth/brfpatch/
brfpatch.c 78 FAILIF(strncmp(buf, "Send_", 5) != 0, "Not expecting: %s\n", buffer);
  /external/netperf/
nettest_dlpi.c 333 /* send_ and recv_ _request and _response routines about the types, */
761 /* send_ and recv_ _request and _response routines about the types, */
    [all...]
nettest_xti.c 756 /* send_ and recv_ _request and _response routines about the types, */
    [all...]

Completed in 178 milliseconds