Searched refs:TTL (Results 1 - 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DParameterNames.java135 public static final String TTL = "ttl"; field in interface:ParameterNames
H A DVia.java75 /** The "TTL" parameter is designating the time-to-live value.
77 public static final String TTL = ParameterNames.TTL; field in class:Via
427 int ttl = getParameterAsInt(ParameterNames.TTL);
444 setParameter(new NameValue(ParameterNames.TTL, Integer.valueOf(ttl)));
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java56 protected static final String TTL = "ttl"; field in class:NetObject
H A DSipUri.java467 uriParms.delete(TTL);
/external/iproute2/doc/
H A Dip-tunnels.tex235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
237 meaning that packets inherit TTL value.
H A Dip-cref.tex2363 TTL scope, administrative distances are appended to the device names
2424 --- set a fixed TTL \verb|N| on tunneled packets.
2426 meaning that packets inherit the TTL value.
2481 \paragraph{Example:} Create a pointopoint IPv6 tunnel with maximal TTL of 32.
/external/clang/lib/Sema/
H A DTreeTransform.h3214 TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>(); local
3215 if (!TTL || !TTL.getTypedefNameDecl()->isInvalidDecl()) {

Completed in 226 milliseconds