Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 25 of 32) sorted by relevance

12

/external/tcpdump/tests/
Dhdlc3.out1 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 …]
Dhdlc4.out1 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…
Dhdlc2.out1 SLARP (length: 14), keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff
Dhdlc1.out1 SLARP (length: 18), keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff, link u…
/external/curl/docs/cmdline-opts/
Dno-keepalive.d1 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.
Dkeepalive-time.d1 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.
DMakefile.inc75 keepalive-time.d \
98 no-keepalive.d \
/external/grpc-grpc/doc/
Dkeepalive.md3 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/
Dmutation_inside_cyclegc.py22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
/external/python/cpython2/Lib/test/crashers/
Dmutation_inside_cyclegc.py22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java149 boolean keepalive = false; in keepAlive()
156 keepalive = true; in keepAlive()
159 if (keepalive) in keepAlive()
/external/python/cffi/c/
Dminibuffer.h397 PyObject *keepalive) in minibuffer_new() argument
403 ob->mb_keepalive = keepalive; Py_INCREF(keepalive); in minibuffer_new()
/external/libnl/lib/idiag/
Didiag.c131 __ADD(IDIAG_TIMER_KEEPALIVE, keepalive)
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc538 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/
DUDPMessageChannel.java390 …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/
DInteropTests.m550 error.localizedDescription, @"keepalive watchdog timeout",
551 @"Unexpected failure that is not keepalive watchdog timeout.");
/external/python/cpython2/Lib/
Durllib.py875 self.keepalive = persistent
938 self.keepalive = False
945 if self.refcount <= 0 and not self.keepalive:
/external/python/cffi/testing/cffi0/
Dbackend_tests.py1606 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/
Dnode_channel.cc469 scoped_refptr<NodeChannel> keepalive = this; in OnChannelMessage() local
/external/openssh/
Dsshd_config.0280 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.
Dssh_config.0874 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/
Drequest.py2376 self.keepalive = persistent
2441 self.keepalive = False
2448 if self.refcount <= 0 and not self.keepalive:
/external/curl/lib/
Durldata.h936 struct curltime keepalive; member
Dhttp2.c236 timediff_t elapsed = Curl_timediff(now, check->keepalive); in http2_conncheck()
251 check->keepalive = now; in http2_conncheck()
/external/ipsec-tools/
DChangeLog53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive

12