/external/tcpdump/tests/ |
D | hdlc3.out | 1 SLARP (length: 20), keepalive: mineseen=0x00000005, yourseen=0x00000002, reliability=0xffff, link u… 2 SLARP (length: 20), keepalive: mineseen=0x00000003, yourseen=0x00000005, reliability=0xffff, link u… 3 SLARP (length: 20), keepalive: mineseen=0x00000006, yourseen=0x00000003, reliability=0xffff, link u… 4 SLARP (length: 20), keepalive: mineseen=0x00000004, yourseen=0x00000006, reliability=0xffff, link u… 5 SLARP (length: 20), keepalive: mineseen=0x00000007, yourseen=0x00000004, reliability=0xffff, link u… 6 SLARP (length: 20), keepalive: mineseen=0x00000005, yourseen=0x00000007, reliability=0xffff, link u… 18 SLARP (length: 20), keepalive: mineseen=0x00000008, yourseen=0x00000005, reliability=0xffff, link u… 19 SLARP (length: 20), keepalive: mineseen=0x00000006, yourseen=0x00000008, reliability=0xffff, link u… 21 SLARP (length: 20), keepalive: mineseen=0x00000009, yourseen=0x00000006, reliability=0xffff, link u… 22 SLARP (length: 20), keepalive: mineseen=0x00000007, yourseen=0x00000009, reliability=0xffff, link u… [all …]
|
D | hdlc4.out | 1 SLARP (length: 20), keepalive: mineseen=0x00000001, yourseen=0x00000000, reliability=0xffff, link u… 4 SLARP (length: 20), keepalive: mineseen=0x00000001, yourseen=0x00000000, reliability=0xffff, link u… 5 SLARP (length: 20), keepalive: mineseen=0x00000001, yourseen=0x00000001, reliability=0xffff, link u… 6 SLARP (length: 20), keepalive: mineseen=0x00000002, yourseen=0x00000001, reliability=0xffff, link u… 7 SLARP (length: 20), keepalive: mineseen=0x00000002, yourseen=0x00000002, reliability=0xffff, link u…
|
D | hdlc2.out | 1 SLARP (length: 14), keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff
|
D | hdlc1.out | 1 SLARP (length: 18), keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff, link u…
|
/external/curl/docs/cmdline-opts/ |
D | no-keepalive.d | 1 Long: no-keepalive 2 Help: Disable TCP keepalive on the connection 4 Disables the use of keepalive messages on the TCP connection. curl otherwise 8 --keepalive to enforce keepalive.
|
D | keepalive-time.d | 1 Long: keepalive-time 3 Help: Interval time for keepalive probes 7 keepalive probes and the time between individual keepalive probes. It is 10 option has no effect if --no-keepalive is used.
|
D | Makefile.inc | 75 keepalive-time.d \ 98 no-keepalive.d \
|
/external/grpc-grpc/doc/ |
D | keepalive.md | 3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over … 5 This guide documents the knobs within gRPC core to control the current behavior of the keepalive pi… 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 …gument controls the amount of time (in milliseconds), the sender of the keepalive ping waits for a… 15 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even … 39 * When is the keepalive timer started? 40 * The keepalive timer is started when a transport is done connecting (after handshake). 41 * What happens when the keepalive timer fires? 42 …* When the keepalive timer fires, gRPC Core would try to send a keepalive ping on the transport. T… [all …]
|
/external/python/cpython3/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 22 keepalive = [] variable 28 keepalive.append(weakref.ref(a, callback)) 31 keepalive.append(lst[:])
|
/external/python/cpython2/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 22 keepalive = [] variable 28 keepalive.append(weakref.ref(a, callback)) 31 keepalive.append(lst[:])
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 149 boolean keepalive = false; in keepAlive() 156 keepalive = true; in keepAlive() 159 if (keepalive) in keepAlive()
|
/external/python/cffi/c/ |
D | minibuffer.h | 397 PyObject *keepalive) in minibuffer_new() argument 403 ob->mb_keepalive = keepalive; Py_INCREF(keepalive); in minibuffer_new()
|
/external/libnl/lib/idiag/ |
D | idiag.c | 131 __ADD(IDIAG_TIMER_KEEPALIVE, keepalive)
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 538 scoped_refptr<Endpoint> keepalive(this); in OnSyncMessageEventReady() local 690 scoped_refptr<ChannelAssociatedGroupController> keepalive(this); in OnPipeError() local 909 scoped_refptr<ChannelAssociatedGroupController> keepalive(this); in OnPeerAssociatedEndpointClosed() local
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | UDPMessageChannel.java | 390 …DatagramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.ge… in processIncomingDataPacket() local 391 ((UDPMessageProcessor)this.messageProcessor).sock.send(keepalive); in processIncomingDataPacket()
|
/external/grpc-grpc/src/objective-c/tests/ |
D | InteropTests.m | 550 error.localizedDescription, @"keepalive watchdog timeout", 551 @"Unexpected failure that is not keepalive watchdog timeout.");
|
/external/python/cpython2/Lib/ |
D | urllib.py | 875 self.keepalive = persistent 938 self.keepalive = False 945 if self.refcount <= 0 and not self.keepalive:
|
/external/python/cffi/testing/cffi0/ |
D | backend_tests.py | 1606 keepalive = [] 1608 keepalive.append(ffi.gc(p, lambda p: None)) 1609 del keepalive[:] 1612 keepalive.append(ffi.gc(p, lambda p: None))
|
/external/libchrome/mojo/core/ |
D | node_channel.cc | 469 scoped_refptr<NodeChannel> keepalive = this; in OnChannelMessage() local
|
/external/openssh/ |
D | sshd_config.0 | 280 spoofable. The TCP keepalive option enabled by TCPKeepAlive is 858 Specifies whether the system should send TCP keepalive messages 867 The default is yes (to send TCP keepalive messages), and the 871 To disable TCP keepalive messages, the value should be set to no.
|
D | ssh_config.0 | 874 therefore will not be spoofable. The TCP keepalive option 929 Specifies whether the system should send TCP keepalive messages 935 The default is yes (to send TCP keepalive messages), and the 939 To disable TCP keepalive messages, the value should be set to no.
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 2376 self.keepalive = persistent 2441 self.keepalive = False 2448 if self.refcount <= 0 and not self.keepalive:
|
/external/curl/lib/ |
D | urldata.h | 936 struct curltime keepalive; member
|
D | http2.c | 236 timediff_t elapsed = Curl_timediff(now, check->keepalive); in http2_conncheck() 251 check->keepalive = now; in http2_conncheck()
|
/external/ipsec-tools/ |
D | ChangeLog | 53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive
|