HomeSort by relevance Sort by last modified time
    Searched refs:TTL (Results 1 - 9 of 9) sorted by null

  /external/iptables/extensions/
libipt_TTL.c 1 /* Shared library add-on to iptables for the TTL target
26 "TTL target v%s options\n"
27 " --ttl-set value Set TTL to <value 0-255>\n"
28 " --ttl-dec value Decrement TTL by <value 1-255>\n"
29 " --ttl-inc value Increment TTL by <value 1-255>\n"
42 "Can't specify TTL option twice");
47 "TTL: You must specify a value")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 135 public static final String TTL = "ttl";
Via.java 75 /** The "TTL" parameter is designating the time-to-live value.
77 public static final String TTL = ParameterNames.TTL;
422 * Returns the value of the ttl parameter, or -1 if this is not set.
424 * @return the integer value of the <code>ttl</code> parameter
427 int ttl = getParameterAsInt(ParameterNames.TTL); local
428 return ttl;
432 * Sets the value of the ttl parameter. The ttl parameter specifies th
    [all...]
  /external/iptables/
Android.mk 54 PF_EXT_SLIB+=2tcpmss 2tos 2ttl udp unclean CLASSIFY CONNMARK DNAT LOG #DSCP ECN
56 PF_EXT_SLIB+=SAME SNAT ULOG # TOS TCPMSS TTL
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 56 protected static final String TTL = "ttl";
SipUri.java 186 // transport, user, ttl or method must match when present in either
463 *remove the ttl value from the parameter list if it exists.
467 uriParms.delete(TTL);
816 /** Returns the value of the "ttl" parameter, or -1 if this is not set.
817 * This method is equivalent to getParameter("ttl").
819 * @return the value of the <code>ttl</code> parameter
822 Integer ttl = (Integer) uriParms.getValue("ttl"); local
823 if (ttl != null)
824 return ttl.intValue()
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 351 System.setProperty("networkaddress.cache.ttl", "0");
666 final int TTL = 20;
690 assertTrue(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT));
696 assertFalse(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT));
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 88 A: Yes. By default tunnel driver copies \verb|ttl| value from
92 with ttl 1 will reach peering host (f.e.\ RIP, OSPF or EBGP)
94 tunnel loops, you may append option \verb|ttl 64|, when creating tunnel
235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
237 meaning that packets inherit TTL value.
248 It is enabled by default. Note that fixed ttl is incompatible
249 with this option: tunnels with fixed ttl always make pmtu discovery.
301 ip tunnel change Cisco mode sit local ME remote HE ttl 32
393 remote 224.66.66.66 ttl 1
    [all...]
ip-cref.tex     [all...]

Completed in 193 milliseconds