Searched refs:off (Results 1 – 13 of 13) sorted by relevance
/net-tools-3.7.0/ |
D | radvd_native_posix.conf | 5 IgnoreIfMissing off; 7 UnicastOnly off; 9 AdvManagedFlag off; 10 AdvOtherConfigFlag off;
|
D | radvd_slip.conf | 5 IgnoreIfMissing off; 7 UnicastOnly off; 9 AdvManagedFlag off; 10 AdvOtherConfigFlag off;
|
D | echo-server.c | 266 int ret, off = 0; in join_mc_group() local 281 IP_MULTICAST_LOOP, &off, sizeof(off)); in join_mc_group() 285 IPV6_MULTICAST_LOOP, &off, sizeof(off)); in join_mc_group()
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/testvectors/testvectors/ |
D | vector018.info | 5 was an off-by-one bug where I used a "<" test instead of a "<="
|
D | vector017.info | 5 to me that highlighted an off-by-one bug in my implementation
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ctr_drbg.function | 142 /* By default, PR is off and reseed_interval is large,
|
D | test_suite_hmac_drbg.function | 57 /* By default, PR is off and reseed_interval is large,
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | bignum.c | 322 size_t off = pos / biL; in mbedtls_mpi_set_bit() local 333 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, off + 1 ) ); in mbedtls_mpi_set_bit() 336 X->p[off] &= ~( (mbedtls_mpi_uint) 0x01 << idx ); in mbedtls_mpi_set_bit() 337 X->p[off] |= (mbedtls_mpi_uint) val << idx; in mbedtls_mpi_set_bit()
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | README | 52 bit counters used by this implementation might be better off using 207 1.0.0b1 to 1.0 RELEASE Fixed an off-by-one implementation bug that affected
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | ChangeLog | 263 * Fix off-by-one error in parsing Supported Point Format extension that 540 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce 542 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce 785 * Fix off-by-one error in parsing Supported Point Format extension that 874 * pk_get_size() and pk_get_len() were off by a factor 8 for RSA-alt keys. 977 * Split off curves from ecp.c into ecp_curves.c 1370 interoperability can be switched on/off with the flag 1610 trade-off 1904 * Fixed an off-by-one buffer allocation in ssl_set_hostname()
|
/net-tools-3.7.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 521 # The QUIET tag can be used to turn on/off the messages that are generated 526 # The WARNINGS tag can be used to turn on/off the warning messages that are 960 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at 977 # Windows users are probably better off using the HTML help feature. 1365 # or super classes. Setting the tag to NO turns the diagrams off. Note that
|
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 611 # The QUIET tag can be used to turn on/off the messages that are generated 616 # The WARNINGS tag can be used to turn on/off the warning messages that are 1140 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) 1154 # Windows users are probably better off using the HTML help feature. 1695 # or super classes. Setting the tag to NO turns the diagrams off. Note that
|
/net-tools-3.7.0/libcoap/doc/ |
D | Doxyfile.in | 691 # The QUIET tag can be used to turn on/off the messages that are generated to 693 # messages are off. 698 # The WARNINGS tag can be used to turn on/off the warning messages that are 1365 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1379 # (i.e. any modern browser). Windows users are probably better off using the 2056 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
|