OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WinPing
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
winping.h
65
class
WinPing
{
67
WinPing
();
68
~
WinPing
();
winping.cc
31
#include "talk/base/
winping
.h"
138
//
WinPing
141
WinPing
::
WinPing
()
173
WinPing
::~
WinPing
() {
186
WinPing
::PingResult
WinPing
::Ping(
win32socketserver.cc
32
#include "talk/base/
winping
.h"
511
WinPing
ping;
519
WinPing
::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
520
if (result ==
WinPing
::PING_FAIL) {
524
if (result !=
WinPing
::PING_TOO_LARGE) {
physicalsocketserver.cc
61
#include "talk/base/
winping
.h"
407
WinPing
ping;
415
WinPing
::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
416
if (result ==
WinPing
::PING_FAIL) {
419
} else if (result !=
WinPing
::PING_TOO_LARGE) {
[
all
...]
Completed in 64 milliseconds