Home
last modified time | relevance | path

Searched refs:PingCount (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/cmdutils/arping/
H A Darping.c26 UINT PingCount; variable
137 PingCount = wcstoul(argv[++i], NULL, 0); in ParseCmdline()
139 if (PingCount == 0) in ParseCmdline()
211 PingCount = 0; in StopLoop()
376 PingCount = 4; in wmain()
411 while (Count < PingCount || NeverStop) in wmain()
415 if (Count < PingCount || NeverStop) in wmain()
/reactos/base/applications/network/ping/
H A Dping.c64 static ULONG PingCount = 4; variable
148 while (i < PingCount) in wmain()
197 PingCount = wcstoul(argv[++i], NULL, 0); in ParseCmdLine()
198 if (PingCount == 0) in ParseCmdLine()