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

  /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 386 final int TTL = 20;
410 assertTrue(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT));
416 assertFalse(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT));
  /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...]
  /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...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]

Completed in 162 milliseconds