/external/ltp/testcases/network/multicast/mc_commo/ |
mc_commo | 28 TTL=10 65 "$(tst_ipaddr rhost) $PORT $TTL" 67 tst_rhost_run -b -c "mc_send $GROUP_ADDR $(tst_ipaddr rhost) $PORT $TTL"
|
/external/u-boot/board/freescale/common/ |
ics307_clk.c | 23 #define TTL 1 46 * the result will be retuned with component RDW, VDW, OD, TTL, 89 CLK2 << 19 | TTL << 21 | CRYSTAL << 22; 111 * cw0: C1 C0 TTL F1 F0 S2 S1 S0 119 * TTL = duty cycle
|
/external/ltp/testcases/network/stress/dns/ |
dns-stress | 89 \$TTL 10 112 \$TTL 10 141 \$TTL 10
|
/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...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Dns4.h | 203 UINT32 TTL;
398 RR content (e.g., TTL) was returned. The caller need parse the returned RR to get
|
Dns6.h | 190 UINT32 TTL;
389 RR content (e.g., TTL) was returned. The caller need parse the returned RR to get
|
PxeBaseCode.h | 37 /// Default IP TTL and ToS.
288 UINT8 TTL;
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/ |
PxeBaseCode.h | 35 // Default IP TTL and ToS.
210 UINT8 TTL;
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
NetObject.java | 60 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...] |
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcDriver.c | 857 Udp4CfgData->TimeToLive = Mode->TTL;
864 Ip4CfgData->TimeToLive = Mode->TTL;
[all...] |
PxeBcImpl.c | 381 Mode->TTL = DEFAULT_TTL;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcImpl.c | 370 Mode->TTL = DEFAULT_TTL;
453 Mode->TTL = 0;
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsImpl.c | [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
/external/grpc-grpc-java/netty/shaded/ |
grpc-netty-shaded-1.14.0.jar | |
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
compute-gen.go | [all...] |