Home
last modified time | relevance | path

Searched refs:TTL (Results 1 – 18 of 18) sorted by relevance

/external/iptables/extensions/
Dlibipt_ttl.man4 Matches the given TTL value.
7 Matches if TTL is greater than the given TTL value.
10 Matches if TTL is less than the given TTL value.
Dlibipt_TTL.man1 This is used to modify the IPv4 TTL header field. The TTL field determines
5 Setting or incrementing the TTL field can potentially be very dangerous,
13 Set the TTL value to `value'.
16 Decrement the TTL value `value' times.
19 Increment the TTL value `value' times.
Dlibxt_osf.man2 compares some data (Window Size, MSS, options and their order, TTL, DF,
9 Do additional TTL checks on the packet to determine the operating system.
12 0 - True IP address and fingerprint TTL comparison. This generally works for
15 1 - Check if the IP header's TTL is less than the fingerprint one. Works for
18 2 - Do not compare the TTL at all.
Dlibip6t_HL.man2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
Dlibxt_recent.man57 address is in the list and the TTL of the current packet matches that of the
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java77 public static final String TTL = ParameterNames.TTL; field in Via
427 int ttl = getParameterAsInt(ParameterNames.TTL); in getTTL()
444 setParameter(new NameValue(ParameterNames.TTL, Integer.valueOf(ttl))); in setTTL()
DParameterNames.java135 public static final String TTL = "ttl"; field
/external/iptables/tests/
Doptions-ipv4.rules18 -A FORWARD -j TTL --ttl-inc 1
19 -A FORWARD -j TTL --ttl-dec 1
20 -A FORWARD -j TTL --ttl-set 1
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DInetAddressTest.java386 final int TTL = 20; in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface() local
410 assertTrue(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT)); in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface()
416 assertFalse(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT)); in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface()
/external/iptables/utils/
Dpf.os57 # - Initial TTL - We check the actual TTL of a received packet. It can't
58 # be higher than the initial TTL, and also shouldn't be dramatically
61 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
62 # You need to determine the initial TTL. The best way to do it is to
64 # A fairly good method is to simply round the observed TTL up to
67 # "original" initial TTL settings). If not sure, you can see how many
106 # To wildcard any value (except for initial TTL or TCP options), replace
117 # ttt - initial TTL
380 S44:32:1:48:M*,N,N,S: Windows:98:lowTTL:Windows 98 (low TTL)
381 8192:32:1:48:M*,N,N,S: Windows:98:lowTTL:Windows 98 (low TTL)
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java56 protected static final String TTL = "ttl"; field in NetObject
DSipUri.java467 uriParms.delete(TTL); in removeTTL()
/external/iproute2/doc/
Dip-tunnels.tex235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
237 meaning that packets inherit TTL value.
Dip-cref.tex2328 TTL scope, administrative distances are appended to the device names
2389 --- set a fixed TTL \verb|N| on tunneled packets.
2391 meaning that packets inherit the TTL value.
2446 \paragraph{Example:} Create a pointopoint IPv6 tunnel with maximal TTL of 32.
/external/dnsmasq/po/
Dro.po307 msgstr "Specifică TTL în secunde pentru răspunsurile din /etc/hosts."
312 msgstr "Specifică TTL în secunde pentru răspunsurile din /etc/hosts."
Dfr.po305 msgstr "Sp�cifie le TTL en secondes pour les r�ponses qui utilisent /etc/hosts."
310 msgstr "Sp�cifie le TTL en secondes pour les r�ponses qui utilisent /etc/hosts."
/external/clang/lib/Sema/
DTreeTransform.h2754 TypedefTypeLoc* TTL = dyn_cast<TypedefTypeLoc>(&TL); in TransformNestedNameSpecifierLoc() local
2755 if (!TTL || !TTL->getTypedefNameDecl()->isInvalidDecl()) { in TransformNestedNameSpecifierLoc()
/external/dnsmasq/
DCHANGELOG.archive390 names. Previously the TTL was derived from the lease
393 name cached with long TTL would not be updated.