/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
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
winping.cc | 165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), 177 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); 178 if (!create_ || !close_ || !send_) { 260 result = send_(hping_, ip.ipv4_address().S_un.S_addr,
|
winping.h | 106 PIcmpSendEcho send_; member in class:talk_base::WinPing
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.h | 360 bool sending() const { return send_ != SEND_NOTHING; } 406 SendFlags send_; member in class:cricket::WebRtcVoiceMediaChannel
|
webrtcvoiceengine.cc | [all...] |
/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...] |