Searched refs:TTL (Results 1 – 18 of 18) sorted by relevance
/external/iptables/extensions/ |
D | libipt_ttl.man | 4 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.
|
D | libipt_TTL.man | 1 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.
|
D | libxt_osf.man | 2 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.
|
D | libip6t_HL.man | 2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
|
D | libxt_recent.man | 57 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/ |
D | Via.java | 77 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()
|
D | ParameterNames.java | 135 public static final String TTL = "ttl"; field
|
/external/iptables/tests/ |
D | options-ipv4.rules | 18 -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/ |
D | InetAddressTest.java | 386 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/ |
D | pf.os | 57 # - 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/ |
D | NetObject.java | 56 protected static final String TTL = "ttl"; field in NetObject
|
D | SipUri.java | 467 uriParms.delete(TTL); in removeTTL()
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets. 237 meaning that packets inherit TTL value.
|
D | ip-cref.tex | 2328 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/ |
D | ro.po | 307 msgstr "Specifică TTL în secunde pentru răspunsurile din /etc/hosts." 312 msgstr "Specifică TTL în secunde pentru răspunsurile din /etc/hosts."
|
D | fr.po | 305 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/ |
D | TreeTransform.h | 2754 TypedefTypeLoc* TTL = dyn_cast<TypedefTypeLoc>(&TL); in TransformNestedNameSpecifierLoc() local 2755 if (!TTL || !TTL->getTypedefNameDecl()->isInvalidDecl()) { in TransformNestedNameSpecifierLoc()
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 390 names. Previously the TTL was derived from the lease 393 name cached with long TTL would not be updated.
|