Home
last modified time | relevance | path

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

/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 otherwis
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.
/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/libnl/lib/idiag/
Didiag.c131 __ADD(IDIAG_TIMER_KEEPALIVE, keepalive)
/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/libmojo/mojo/edk/system/
Dnode_channel.cc465 scoped_refptr<NodeChannel> keepalive = this; in OnChannelMessage() local
795 scoped_refptr<NodeChannel> keepalive = this; in ProcessPendingMessagesWithMachPorts() local
/external/python/cpython2/Lib/
Durllib.py875 self.keepalive = persistent
938 self.keepalive = False
945 if self.refcount <= 0 and not self.keepalive:
/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.
DChangeLog4819 set; previously keepalive packets were not being sent. bz#2252 report and
/external/iproute2/doc/
Dss.sgml487 timer:(keepalive,111min,0)
/external/ipsec-tools/
DChangeLog53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive
/external/curl/docs/
DFAQ1124 for it to detect an issue. The curl option --keepalive-time enables
/external/syslinux/core/lwip/
DCHANGELOG1083 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
/external/curl/
DCHANGES.03998 --keepalive-time to curl to set the keepalive probe interval. I also took
4000 no-keepalive to keep a consistent naming and to avoid getting two dashes in
17927 - Made Johan's keepalive keyword optional with the -k flag (since it