/external/iputils/ |
D | 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 …]
|
D | 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
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3ConnectionTest.java | 101 peer.sendFrame().ping(true, 1, 0); in headersOnlyStreamIsClosedAfterReplyHeaders() 109 connection.ping().roundTripTime(); // Ensure that inFinished has been received. in headersOnlyStreamIsClosedAfterReplyHeaders() 120 peer.sendFrame().ping(true, 1, 0); in clientCreatesStreamAndServerRepliesWithFin() 127 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received. in clientCreatesStreamAndServerRepliesWithFin() 134 MockSpdyPeer.InFrame ping = peer.takeFrame(); in clientCreatesStreamAndServerRepliesWithFin() local 135 assertEquals(TYPE_PING, ping.type); in clientCreatesStreamAndServerRepliesWithFin() 211 peer.sendFrame().ping(false, 2, 0); in serverPingsClient() 219 MockSpdyPeer.InFrame ping = peer.takeFrame(); in serverPingsClient() local 220 assertEquals(0, ping.streamId); in serverPingsClient() 221 assertEquals(2, ping.payload1); in serverPingsClient() [all …]
|
D | Http2ConnectionTest.java | 58 peer.sendFrame().ping(false, 2, 3); in serverPingsClientHttp2() 66 MockSpdyPeer.InFrame ping = peer.takeFrame(); in serverPingsClientHttp2() local 67 assertEquals(TYPE_PING, ping.type); in serverPingsClientHttp2() 68 assertEquals(0, ping.streamId); in serverPingsClientHttp2() 69 assertEquals(2, ping.payload1); in serverPingsClientHttp2() 70 assertEquals(3, ping.payload2); in serverPingsClientHttp2() 71 assertTrue(ping.ack); in serverPingsClientHttp2() 81 peer.sendFrame().ping(true, 1, 5); in clientPingsServerHttp2() 86 Ping ping = connection.ping(); in clientPingsServerHttp2() local 87 assertTrue(ping.roundTripTime() > 0); in clientPingsServerHttp2() [all …]
|
/external/grpc-grpc/doc/ |
D | keepalive.md | 3 …alive ping is a way to check if a channel is currently working by sending HTTP2 pings over the tra… 5 …s guide documents the knobs within gRPC core to control the current behavior of the keepalive ping. 7 The keepalive ping is controlled by two important channel arguments - 9 …* This channel argument controls the period (in milliseconds) after which a keepalive ping is sent… 11 …ontrols the amount of time (in milliseconds), the sender of the keepalive ping waits for an acknow… 21 …s less that than this time, then the ping will be considered a bad ping from the peer. Such a ping… 42 …palive timer fires, gRPC Core would try to send a keepalive ping on the transport. This ping can b… 45 …* the time expired since the previous ping is less than GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITH… 46 …palive ping is not blocked and is sent on the transport, then the keepalive watchdog timer is star…
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | AsyncFrameWriterTest.java | 62 asyncFrameWriter.ping(true, 0, 1); in noCoalesceRequired() 66 verify(frameWriter, times(1)).ping(anyBoolean(), anyInt(), anyInt()); in noCoalesceRequired() 72 asyncFrameWriter.ping(true, 0, 1); in flushCoalescing_shouldNotMergeTwoDistinctFlushes() 76 asyncFrameWriter.ping(true, 0, 2); in flushCoalescing_shouldNotMergeTwoDistinctFlushes() 80 verify(frameWriter, times(2)).ping(anyBoolean(), anyInt(), anyInt()); in flushCoalescing_shouldNotMergeTwoDistinctFlushes() 86 asyncFrameWriter.ping(true, 0, 1); in flushCoalescing_shouldMergeTwoQueuedFlushes() 88 asyncFrameWriter.ping(true, 0, 2); in flushCoalescing_shouldMergeTwoQueuedFlushes() 94 inOrder.verify(frameWriter, times(2)).ping(anyBoolean(), anyInt(), anyInt()); in flushCoalescing_shouldMergeTwoQueuedFlushes()
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | bridge_brouter.sh | 72 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 87 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 97 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 106 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 115 ip netns exec ns2 ping -q -c 1 10.0.0.11 > /dev/null 126 ip netns exec ns1 ping -c 1 -q 10.0.0.12 > /dev/null 132 ip netns exec ns2 ping -c 1 -q 10.0.0.11 > /dev/null
|
D | nft_trans_stress.sh | 56 ip netns exec "$testns" taskset $mask ping -4 127.0.0.1 -fq > /dev/null & 57 ip netns exec "$testns" taskset $mask ping -6 ::1 -fq > /dev/null & 73 pkill -9 ping
|
/external/iputils/doc/ |
D | 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 (RFC4… 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/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
D | README.md | 18 -d|Set logging verbosity (you want 1039 to see the validity ping / pong) 30 $ ./lws-minimal-ws-client-ping -d1039 74 [2020/03/18 13:13:47:7662] I: lws_client_connect_via_info: protocol binding to lws-ping-test 75 [2020/03/18 13:13:47:7699] I: lws_client_connect_via_info: wsi 0x5669090: h1 lws-ping-test entry 84 [2020/03/18 13:13:47:9197] I: lws_client_connect_4_established: wsi 0x5669090: h1 lws-ping-test cli… 99 [2020/03/18 13:13:51:5325] I: rops_handle_POLLOUT_ws: issuing ping on wsi 0x5669090: ws lws-ping-te… 105 [2020/03/18 13:13:54:5825] I: rops_handle_POLLOUT_ws: issuing ping on wsi 0x5669090: ws lws-ping-te… 111 [2020/03/18 13:13:57:6267] I: rops_handle_POLLOUT_ws: issuing ping on wsi 0x5669090: ws lws-ping-te…
|
/external/webrtc/rtc_base/experiments/ |
D | field_trial_parser_unittest.cc | 27 FieldTrialParameter<bool> ping = FieldTrialParameter<bool>("p", 0); member 32 ParseFieldTrial({&enabled, &factor, &retries, &size, &ping, &hash}, in DummyExperiment() 37 ParseFieldTrial({&enabled, &factor, &retries, &size, &ping, &hash}, in DummyExperiment() 56 EXPECT_EQ(exp.ping.Get(), true); in TEST() 69 EXPECT_EQ(exp.ping.Get(), true); in TEST() 78 EXPECT_EQ(exp.ping.Get(), false); in TEST() 87 EXPECT_EQ(exp.ping.Get(), true); in TEST() 111 EXPECT_EQ(exp.ping.Get(), false); in TEST()
|
D | struct_parameters_parser_unittest.cc | 20 bool ping = 0; member 32 "p", &ping, // in Parser() 45 EXPECT_EQ(exp.ping, true); in TEST() 57 EXPECT_EQ(exp.ping, false); in TEST()
|
/external/ImageMagick/coders/ |
D | png.c | 1697 static void MagickPNGErrorHandler(png_struct *ping,png_const_charp message) in MagickPNGErrorHandler() argument 1708 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGErrorHandler() 1722 longjmp(ping->jmpbuf,1); in MagickPNGErrorHandler() 1724 png_longjmp(ping,1); in MagickPNGErrorHandler() 1728 static void MagickPNGWarningHandler(png_struct *ping,png_const_charp message) in MagickPNGWarningHandler() argument 1740 png_error(ping, message); in MagickPNGWarningHandler() 1742 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGWarningHandler() 1779 Magick_png_read_raw_profile(png_struct *ping,Image *image, in Magick_png_read_raw_profile() argument 1817 png_warning(ping,"invalid profile length"); in Magick_png_read_raw_profile() 1830 png_warning(ping,"invalid profile length"); in Magick_png_read_raw_profile() [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 284 ping $PING_ARG 10.1.1.100 286 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 312 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 313 ping $PING_ARG 10.1.1.100 341 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 342 ping $PING_ARG 10.1.1.100 367 ping $PING_ARG 10.1.1.100 369 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 392 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 414 ping $PING_ARG 10.1.1.100 [all …]
|
/external/autotest/site_utils/ |
D | mysql_bootstrap.py | 109 def ping(cls, db_server, user=DEFAULT_USER, password=DEFAULT_PASS, member in MySQLCommandExecutor 129 ping = cls.mysql_cmd( 132 cls.execute(ssh_dest_server, ping) 162 MySQLCommandExecutor.ping(dest_host, use_ssh=True) 179 MySQLCommandExecutor.ping(
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedConnection.java | 378 public Ping ping() throws IOException { in ping() method in FramedConnection 379 Ping ping = new Ping(); in ping() local 388 pings.put(pingId, ping); in ping() 390 writePing(false, pingId, 0x4f4b6f6b /* ASCII "OKok" */, ping); in ping() 391 return ping; in ping() 395 final boolean reply, final int payload1, final int payload2, final Ping ping) { in writePingLater() argument 400 writePing(reply, payload1, payload2, ping); in writePingLater() 407 private void writePing(boolean reply, int payload1, int payload2, Ping ping) throws IOException { in writePing() argument 410 if (ping != null) ping.send(); in writePing() 411 frameWriter.ping(reply, payload1, payload2); in writePing() [all …]
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | FramedConnection.java | 380 public Ping ping() throws IOException { in ping() method in FramedConnection 381 Ping ping = new Ping(); in ping() local 390 pings.put(pingId, ping); in ping() 392 writePing(false, pingId, 0x4f4b6f6b /* ASCII "OKok" */, ping); in ping() 393 return ping; in ping() 397 final boolean reply, final int payload1, final int payload2, final Ping ping) { in writePingLater() argument 402 writePing(reply, payload1, payload2, ping); in writePingLater() 409 private void writePing(boolean reply, int payload1, int payload2, Ping ping) throws IOException { in writePing() argument 412 if (ping != null) ping.send(); in writePing() 413 frameWriter.ping(reply, payload1, payload2); in writePing() [all …]
|
/external/autotest/server/site_tests/rlz_CheckPing/ |
D | control.second_user_sends_ping | 7 PURPOSE = "Tests that CAF RLZ ping can be sent by a second user." 14 This tests that the RLZ first-use event (CAF) ping will be sent by the second 16 the ping is not resent when the first user logs in again after the ping.
|
D | control.should_send_rlz_ping_missing | 14 This tests that no first-use event (CAF) ping is sent if the 16 (CAI) ping will still be sent once the ping delay has elapsed.
|
D | control.should_not_send_ping | 14 This tests that no first-use event (CAF) ping is sent if the 15 should_send_rlz_ping vpd setting is 0. The install event (CAI) ping will still 16 be sent once the ping delay has elapsed.
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | pmtu.sh | 132 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 672 ping=ping 676 ping=${ping6} 693 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1} 694 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2} 726 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2} 743 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2} 777 ping=ping 780 ping=${ping6} 792 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s $((${ll_mtu} + 500)) ${dst} [all …]
|
/external/pdfium/testing/resources/ |
D | bug_679649.in | 68 function ping() { 69 app.alert("ping"); 71 var timer = app.setTimeOut("ping()", 100);
|
/external/autotest/client/bin/self-test/tests/ |
D | 111-barrier-unordered-20x-out | 1 barrier: 127.0.0.1#P10 master said: ping 9 barrier: 127.0.0.1#P11 master said: ping 17 barrier: 127.0.0.1#P12 master said: ping 25 barrier: 127.0.0.1#P13 master said: ping 33 barrier: 127.0.0.1#P14 master said: ping 41 barrier: 127.0.0.1#P15 master said: ping 49 barrier: 127.0.0.1#P16 master said: ping 57 barrier: 127.0.0.1#P17 master said: ping 65 barrier: 127.0.0.1#P18 master said: ping 73 barrier: 127.0.0.1#P19 master said: ping [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | KeepAliveManagerTest.java | 87 verify(keepAlivePinger).ping(); in sendKeepAlivePings() 125 verify(transport, times(0)).ping(isA(ClientTransport.PingCallback.class), in keepAlivePingDelayedByIncomingData() 151 keepAlivePinger.ping(); in clientKeepAlivePinger_pingFailure() 154 verify(transport).ping(pingCallbackCaptor.capture(), isA(Executor.class)); in clientKeepAlivePinger_pingFailure() 204 verify(keepAlivePinger).ping(); in keepAlivePingTimesOut() 240 verify(transport, times(0)).ping(isA(ClientTransport.PingCallback.class), isA(Executor.class)); in transportGoesIdle() 268 verify(keepAlivePinger).ping(); in transportGoesIdle_doesntCauseIdleWhenEnabled() 293 verify(keepAlivePinger).ping(); in transportGoesIdleAfterPingSent() 358 verify(keepAlivePinger).ping(); in transportShutsdownAfterPingSent() 387 verify(keepAlivePinger).ping(); in pingSentThenIdleThenActiveThenAck()
|
/external/bcc/examples/networking/vlan_filter/ |
D | test_traffic.sh | 3 ip netns exec netns11 ping 192.168.100.12 -c 10 4 ip netns exec netns22 ping 192.168.200.21 -c 10
|