/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 otherwis 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.
|
/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/libnl/lib/idiag/ |
D | idiag.c | 131 __ADD(IDIAG_TIMER_KEEPALIVE, keepalive)
|
/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/libmojo/mojo/edk/system/ |
D | node_channel.cc | 465 scoped_refptr<NodeChannel> keepalive = this; in OnChannelMessage() local 795 scoped_refptr<NodeChannel> keepalive = this; in ProcessPendingMessagesWithMachPorts() local
|
/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/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.
|
D | ChangeLog | 4819 set; previously keepalive packets were not being sent. bz#2252 report and
|
/external/iproute2/doc/ |
D | ss.sgml | 487 timer:(keepalive,111min,0)
|
/external/ipsec-tools/ |
D | ChangeLog | 53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive
|
/external/curl/docs/ |
D | FAQ | 1124 for it to detect an issue. The curl option --keepalive-time enables
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1083 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
|
/external/curl/ |
D | CHANGES.0 | 3998 --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
|