HomeSort by relevance Sort by last modified time
    Searched full:ping (Results 1 - 25 of 920) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/virt/tests/
ping.py 8 Ping the guest with different size of packets.
11 1) Ping the guest with different size/interval of packets.
14 1) Flood ping the guest.
42 logging.info("Ping with packet size %s", size)
43 status, output = virt_test_utils.ping(ip, 10,
53 raise error.TestFail("Ping failed, status: %s,"
56 logging.info("Flood ping test")
57 virt_test_utils.ping(ip, None, flood=True, output_func=None,
60 logging.info("Final ping test")
61 status, output = virt_test_utils.ping(ip, counts
    [all...]
multicast.py 13 3) Ping multicast addresses on host.
14 4) Flood ping test with different size of packets.
15 5) Final ping test and check if lose packet.
72 logging.info("Initial ping test, mcast: %s", mcast)
73 s, o = virt_test_utils.ping(mcast, 10, interface=ifname, timeout=20)
75 raise error.TestFail(" Ping return non-zero value %s" % o)
77 logging.info("Flood ping test, mcast: %s", mcast)
78 virt_test_utils.ping(mcast, None, interface=ifname, flood=True,
81 logging.info("Final ping test, mcast: %s", mcast)
82 s, o = virt_test_utils.ping(mcast, 10, interface=ifname, timeout=20
    [all...]
jumbo.py 15 5) Verify the path MTU using ping.
16 6) Ping the guest with large frames.
17 7) Increment size ping.
18 8) Flood ping the guest with large frames.
55 s, o = virt_test_utils.ping(ip, 1, interface=ifname,
62 s, o = virt_test_utils.ping(ip, 10, interface=ifname,
75 virt_test_utils.ping(ip, interface=ifname,
80 logging.info("Large frame ping")
81 s, o = virt_test_utils.ping(ip, count, interface=ifname,
86 raise error.TestFail("Loss ratio of large frame ping is %s"
    [all...]
  /external/iputils/doc/
index.db 3 <!ENTITY ping SYSTEM "ping.sgml">
17 &ping;
ping.sgml 1 <refentry id="ping">
4 <refentrytitle>ping</refentrytitle>
10 <refname>ping, ping6</refname>
16 <command>ping</command>
41 <command/ping/ uses the ICMP protocol's mandatory ECHO_REQUEST
48 <command/ping6/ is IPv6 version of <command/ping/, and can also send Node Information Queries (RFC4620).
59 Audible ping.
65 Adaptive ping. Interpacket interval adapts to round-trip time, so that
80 Do not allow <command/ping/ to change source address of probes.
81 The address is bound to one selected when <command/ping/ starts
    [all...]
  /external/autotest/client/tests/kvm/tests/
set_link.py 11 2) Ping guest from host
12 3) Disable guest link and ping guest from host
13 4) Re-enable guest link and ping guest from host
33 s, o = virt_test_utils.ping(ip, count=10, timeout=20)
35 raise error.TestFail("Still can ping the %s after down %s" %
39 s, o = virt_test_utils.ping(ip, count=10, timeout=20)
43 raise error.TestFail("Packet loss during ping %s after up %s" %
  /external/webrtc/webrtc/base/
win32_unittest.cc 40 WinPing ping; local
41 ASSERT_TRUE(ping.IsValid());
43 // Test valid ping cases.
44 WinPing::PingResult result = ping.Ping(IPAddress(INADDR_LOOPBACK), 20, 50, 1,
48 WinPing::PingResult v6result = ping.Ping(IPAddress(in6addr_loopback), 20,
54 ASSERT_EQ(WinPing::PING_INVALID_PARAMS, ping.Ping(
56 ASSERT_EQ(WinPing::PING_INVALID_PARAMS, ping.Ping
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.');
12 bot.ping(gotAnswer);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /external/iputils/
RELNOTES 24 ping,ping6: Check outgoing device only if specified.
30 ping,tracepath doc: Fix missing end tags.
39 ping,rdisc: Optimize checksumming.
42 ping,rdisc: Use macro to get odd byte when checksumming.
47 ping,ping6: Allow printing usage without permission errors.
48 ping,ping6: Fix cap_t leakage.
49 arping,ping,ping6: Do not ideologically check return value from cap_free,cap_{set,get}_flag().
65 ping: Exit on SO_BINDTODEVICE failure.
66 ping: Warn if kernel has selected source address from other interface.
67 ping: Clarify difference between -I device and -I addr
    [all...]
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
19 The iputils package contains ping, a basic networking tool. The ping
41 install -cp ping ${RPM_BUILD_ROOT}%{_bindir}/
56 install -cp doc/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
60 ln -s ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz
76 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
77 #%attr(4755,root,root) %{_bindir}/ping
  /external/autotest/client/site_tests/security_SuidBinaries/
baseline.fscap 2 /bin/ping = cap_net_raw+ep
  /external/autotest/server/site_tests/brillo_PingTest/
brillo_PingTest.py 16 """Ping an Internet host."""
25 @param ping_host: The Internet host to ping.
32 cmd = 'ping -q -c %s -W %s %s' % (ping_count, ping_timeout, ping_host)
37 'Failed to ping %s in %d seconds on all %d attempts' %
  /external/webrtc/webrtc/libjingle/xmpp/
pingtask.cc 55 // Received a ping response of some sort (don't care what it is).
61 // If the ping timed out, signal.
67 // Send a ping if it's time.
77 // Wake ourselves up when it's time to send another ping or when the ping
87 // Get the task manager to run this task so we can send a ping or signal or
88 // process a ping response.
  /development/samples/training/notify-user/res/values/
strings.xml 25 <string name="notification">Ping Notification</string>
26 <string name="label">Ping Me</string>
29 <string name="ping">Ping!</string>
35 <string name="ping_text">Set Seconds Until Ping</string>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 22 * A locally-originated ping.
24 public final class Ping {
29 Ping() {
50 * Returns the round trip time for this ping in nanoseconds, waiting for the
60 * Returns the round trip time for this ping in nanoseconds, or -1 if the
  /external/autotest/client/common_lib/cros/network/
ping_runner.py 14 """Describes the parameters for a ping command."""
21 """@return list of parameters to ping."""
40 # The last argument is the IP addres to ping.
65 """Represents a parsed ping command result.
71 PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
79 --- 192.168.0.254 ping statistics ---
85 PING google.com (74.125.239.137) 56(84) bytes of data.
91 --- google.com ping statistics ---
111 """Construct a PingResult from ping command output.
113 @param ping_output string stdout from a ping command
207 def ping(self, ping_config): member in class:PingRunner
    [all...]
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 9 * - Threads register with the auditor at startup and "ping" the auditor every so often.
11 * auditor reports if the threads are healthy or if any of them failed to ping and are
15 * the thread can periodically ping the auditor.
27 /// How often are threads supposed to ping
48 /// Called by the auditor thread to check the ping status of the thread
53 /// Called by the auditor thread to reset the ping status of the thread
63 // Helper function to allow threads to ping using this handle
64 public void ping() { method in class:ThreadAuditor.ThreadHandle
65 threadAuditor.ping(this);
68 // Helper function to allow threads to get the ping interval directly from this handl
118 public synchronized void ping(ThreadHandle threadHandle) { method in class:ThreadAuditor
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 37 Job pingJob = new Job("Android SDK Ping") {
47 ping(stats, toolsPath);
55 private static void ping(SdkStatsService stats, String toolsLocation) { method in class:MonitorStartup
79 stats.ping("ddms", revision); //$NON-NLS-1$
82 // couldn't find the file? don't ping.
84 // couldn't find the file? don't ping.
  /external/autotest/client/site_tests/webservd_BasicDBusAPI/
webservd_BasicDBusAPI.py 27 ping_response = manager_proxy.Ping()
30 'Expected Manager.Ping to return %s but got %s instead.' %
  /external/autotest/client/site_tests/platform_DebugDaemonPing/
control 17 Exercises the debugd Ping API.
  /cts/tests/tests/media/src/android/media/cts/
WifiStatus.java 99 * Perform ping test.
101 * @param server Server to ping
107 Log.e(TAG, "Null or empty server name to ping.");
115 // -c: ping 5 times, -w: limit to 20 seconds
116 Process p = Runtime.getRuntime().exec("ping -c 5 -w 20 " + server);
138 Log.e(TAG, "ping not run: Unknown Host");
141 // e.g. if ping is not on the device
142 Log.e(TAG, "ping not found: IOException");
145 Log.e(TAG, "ping failed: InterruptedException");
150 // ping test timeou
    [all...]

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>