| /openthread-latest/third_party/tcplp/bsdtcp/ |
| D | tcp_output.c | 116 int off, flags, error = 0; /* Keep compiler happy */ in tcp_output() local 175 off = tp->snd_nxt - tp->snd_una; in tcp_output() 222 off = p->rxmit - tp->snd_una; in tcp_output() 223 KASSERT(off >= 0,("%s: sack block to the left of una : %d", in tcp_output() 224 __func__, off)); in tcp_output() 268 if (off < lbuf_used_space(&tp->sendbuf)) in tcp_output() 299 off); in tcp_output() 313 off); in tcp_output() 348 off--, len++; in tcp_output() 407 (off < (int) lbuf_used_space(&tp->sendbuf))) { in tcp_output() [all …]
|
| D | tcp_input.c | 461 int tlen = 0, off; in tcp_input() local 493 off = (th->th_off_x2 >> TH_OFF_SHIFT) << 2; in tcp_input() 494 if (off < sizeof (struct tcphdr) || off > tlen) { in tcp_input() 497 tlen -= off; /* tlen is used instead of ti->ti_len */ in tcp_input() 500 if (off > sizeof (struct tcphdr)) { in tcp_input() 508 optlen = off - sizeof (struct tcphdr); in tcp_input() 536 drop_hdrlen = /*off0 +*/ off; in tcp_input()
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_camellia.function | 16 size_t off; 17 ((void) off); 37 &off, buf,
|
| D | test_suite_hmac_drbg.function | 73 /* By default, PR is off, and reseed interval was set to
|
| D | test_suite_ctr_drbg.function | 286 /* By default, PR is off, and reseed interval was set to
|
| D | test_suite_ecdsa.function | 132 /* Invalid signatures: r or s or both one off */
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | CONTRIBUTING.md | 10 - [Sign-off](#license-and-copyright): all commits must be signed off. 97 …t `Signed-off-by:` line in every commit message. If more than one person contributed to the commit…
|
| D | dco.txt | 35 personal information I submit with it, including my sign-off) is
|
| D | SECURITY.md | 146 configuration option is defined. This option is off by default.
|
| D | CMakeLists.txt | 69 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development
|
| D | ChangeLog | 849 though: that module only use hashes from PSA when MBEDTLS_MD_C is off). 913 turned off: if a shipped file was missing from the working directory, 1635 compile-time option, which was off by default. Users should not trust 1949 MBEDTLS_ECP_xxx_ALT accelerator hooks are in use can now be turned off 2150 * Fix an off-by-one error in the additional data length check for 2958 is off. That means that checks which were previously present by default 4295 * Fix off-by-one error in parsing Supported Point Format extension that 4572 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce 4574 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce 4817 * Fix off-by-one error in parsing Supported Point Format extension that [all …]
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | test_zeroize.gdb | 34 set confirm off
|
| /openthread-latest/tests/toranj/ |
| D | start.sh | 175 run cli/test-007-off-mesh-route-traffic.py 244 run ncp/test-013-off-mesh-route-traffic.py
|
| D | README_NCP.md | 139 - On-mesh prefixes and off-mesh routes:
|
| /openthread-latest/src/posix/platform/ |
| D | FindExampleVendorDeps.cmake | 39 will be based off of the identifier "ExampleRcpVendorDeps".
|
| /openthread-latest/src/cli/ |
| D | README_BR.md | 123 Get local or favored or both off-mesh-routable prefixes of the Border Router. 216 Get the DHCPv6 Prefix Delegation (PD) provided off-mesh-routable (OMR) prefix.
|
| D | README.md | 2485 - -: no flags set (rx-off-when-idle, minimal Thread device, stable network data) 2500 - -: no flags set (rx-off-when-idle, minimal Thread device, stable network data)
|
| /openthread-latest/third_party/mbedtls/repo/tests/ |
| D | Makefile | 5 TEST_FLAGS ?= $(if $(filter-out 0 OFF Off off NO No no FALSE False false N n,$(CTEST_OUTPUT_ON_FAIL…
|
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | bignum.c | 409 size_t off = pos / biL; in mbedtls_mpi_set_bit() local 421 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(X, off + 1)); in mbedtls_mpi_set_bit() 424 X->p[off] &= ~((mbedtls_mpi_uint) 0x01 << idx); in mbedtls_mpi_set_bit() 425 X->p[off] |= (mbedtls_mpi_uint) val << idx; in mbedtls_mpi_set_bit()
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | 3.0-migration-guide.md | 126 already off by default. 259 This was a trade-off between code size and countermeasures; it is no longer 821 already off by default. 868 This option was a trade-off between functionality and code size: it allowed
|
| /openthread-latest/doc/ |
| D | Doxyfile.in | 727 # The QUIET tag can be used to turn on/off the messages that are generated to 729 # messages are off. 734 # The WARNINGS tag can be used to turn on/off the warning messages that are 1412 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1426 # (i.e. any modern browser). Windows users are probably better off using the 2098 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | psa-storage-resilience.md | 156 …ributes"` entry point. Recovery means resuming the operation where it left off. For key creation, …
|