Home
last modified time | relevance | path

Searched refs:TTL (Results 1 – 25 of 67) sorted by relevance

123

/third_party/iptables/extensions/
Dlibipt_TTL.t3 -j TTL --ttl-set 42;=;OK
4 -j TTL --ttl-inc 1;=;OK
5 -j TTL --ttl-dec 1;=;OK
6 -j TTL --ttl-set 256;;FAIL
7 -j TTL --ttl-inc 0;;FAIL
8 -j TTL --ttl-dec 0;;FAIL
9 -j TTL --ttl-dec 1 --ttl-inc 1;;FAIL
10 -j TTL --ttl-set --ttl-inc 1;;FAIL
Dlibipt_TTL.man1 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.
Dlibipt_ttl.man4 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.
Dlibxt_osf.man2 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.
Dlibipt_ttl.t7 # not possible have anything greater than 255, TTL is 8-bit long
Dlibip6t_HL.man2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
Dlibxt_recent.man65 address is in the list and the TTL of the current packet matches that of the
/third_party/ltp/testcases/network/multicast/mc_commo/
Dmc_commo.sh28 TTL=10
65 "$(tst_ipaddr rhost) $PORT $TTL"
67 tst_rhost_run -b -c "mc_send $GROUP_ADDR $(tst_ipaddr rhost) $PORT $TTL"
/third_party/ltp/testcases/network/stress/dns/
Ddns-stress.sh89 \$TTL 10
112 \$TTL 10
141 \$TTL 10
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md22 ## Cache size restriction, LRU and TTL
28 Time To Live (TTL) tracking is also performed automatically, so cached items
29 auto-expire if a non-zero TTL is provided when the object is created. A user
38 - Any return to the event loop may perform removal of cache items due to TTL
DREADME.async-dns.md36 - observes TTL in cache
37 - TTL and timeout use `lws_sul` timers on the event loop
/third_party/iptables/utils/
Dpf.os58 # - Initial TTL - We check the actual TTL of a received packet. It can't
59 # be higher than the initial TTL, and also shouldn't be dramatically
62 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
63 # You need to determine the initial TTL. The best way to do it is to
65 # A fairly good method is to simply round the observed TTL up to
68 # "original" initial TTL settings). If not sure, you can see how many
107 # To wildcard any value (except for initial TTL or TCP options), replace
118 # ttt - initial TTL
400 S44:32:1:48:M*,N,N,S: Windows:98:lowTTL:Windows 98 (low TTL)
401 8192:32:1:48:M*,N,N,S: Windows:98:lowTTL:Windows 98 (low TTL)
/third_party/jerryscript/targets/curie_bsp/
DREADME.md14 * [USB to TTL Serial Cable](https://www.adafruit.com/products/954)
83 ##### 4. Connect JTAG Debugger and TTL Serial Cable to Arduino 101 as below:
/third_party/node/doc/api/
Ddgram.md660 Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for
663 router or gateway that forwards a packet decrements the TTL. If the TTL is
701 Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live",
704 TTL. If the TTL is decremented to 0 by a router, it will not be forwarded.
705 Changing TTL values is typically done for network probes or when multicasting.
Ddns.md343 * `ttl` {boolean} Retrieve the Time-To-Live value (TTL) of each record.
346 with the TTL expressed in seconds.
368 * `ttl` {boolean} Retrieve the Time-To-Live value (TTL) of each record.
371 strings, with the TTL expressed in seconds.
910 * `ttl` {boolean} Retrieve the Time-To-Live value (TTL) of each record.
913 with the TTL expressed in seconds.
926 * `ttl` {boolean} Retrieve the Time-To-Live value (TTL) of each record.
929 strings, with the TTL expressed in seconds.
/third_party/jerryscript/targets/esp8266/docs/
DESP-PREREQUISITES.md10 * USB to RS-232 Serial + RS-232 Serial to Digital or USB-to-RS232 TTL converter
/third_party/jerryscript/targets/zephyr/
DREADME.md96 You will need a 3.3v TTL to RS232, please follow the zephyr documentation on it.
/third_party/lwip/doc/
Dmdns.txt56 Answers will use the supplied TTL (in seconds)
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js903 Cookie.prototype.TTL = function TTL(now) { method in Cookie
/third_party/boost/libs/beast/tools/
Dfield.txt316 TTL
/third_party/openGLES/extensions/I3D/
DWGL_I3D_genlock.txt166 Selects the external genlock as a TTL-level signal.
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt166 Selects the external genlock as a TTL-level signal.
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfield.ipp436 "TTL",
/third_party/boost/boost/beast/http/impl/
Dfield.ipp436 "TTL",
/third_party/libuv/docs/src/guide/
Dnetworking.rst160 The TTL of packets sent on the socket can be changed using ``uv_udp_set_ttl``.

123