Searched refs:TTL (Results 1 – 25 of 67) sorted by relevance
123
/third_party/iptables/extensions/ |
D | libipt_TTL.t | 3 -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
|
D | libipt_TTL.man | 1 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.
|
D | libipt_ttl.man | 4 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.
|
D | libxt_osf.man | 2 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.
|
D | libipt_ttl.t | 7 # not possible have anything greater than 255, TTL is 8-bit long
|
D | libip6t_HL.man | 2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
|
D | libxt_recent.man | 65 address is in the list and the TTL of the current packet matches that of the
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
D | mc_commo.sh | 28 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/ |
D | dns-stress.sh | 89 \$TTL 10 112 \$TTL 10 141 \$TTL 10
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_cache.md | 22 ## 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
|
D | README.async-dns.md | 36 - observes TTL in cache 37 - TTL and timeout use `lws_sul` timers on the event loop
|
/third_party/iptables/utils/ |
D | pf.os | 58 # - 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/ |
D | README.md | 14 * [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/ |
D | dgram.md | 660 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.
|
D | dns.md | 343 * `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/ |
D | ESP-PREREQUISITES.md | 10 * USB to RS-232 Serial + RS-232 Serial to Digital or USB-to-RS232 TTL converter
|
/third_party/jerryscript/targets/zephyr/ |
D | README.md | 96 You will need a 3.3v TTL to RS232, please follow the zephyr documentation on it.
|
/third_party/lwip/doc/ |
D | mdns.txt | 56 Answers will use the supplied TTL (in seconds)
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | cookie.js | 903 Cookie.prototype.TTL = function TTL(now) { method in Cookie
|
/third_party/boost/libs/beast/tools/ |
D | field.txt | 316 TTL
|
/third_party/openGLES/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 166 Selects the external genlock as a TTL-level signal.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 166 Selects the external genlock as a TTL-level signal.
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | field.ipp | 436 "TTL",
|
/third_party/boost/boost/beast/http/impl/ |
D | field.ipp | 436 "TTL",
|
/third_party/libuv/docs/src/guide/ |
D | networking.rst | 160 The TTL of packets sent on the socket can be changed using ``uv_udp_set_ttl``.
|
123