/net-tools-3.4.0/libcoap/tests/ |
D | test_uri.c | 30 CU_ASSERT(uri.path.length == 16); in t_parse_uri1() 31 CU_ASSERT_NSTRING_EQUAL(uri.path.s, ".well-known/core", 16); in t_parse_uri1() 53 CU_ASSERT(uri.path.length == 16); in t_parse_uri2() 54 CU_ASSERT_NSTRING_EQUAL(uri.path.s, ".well-known/core", 16); in t_parse_uri2() 76 CU_ASSERT(uri.path.length == 0); in t_parse_uri3() 106 CU_ASSERT(uri.path.length == 0); in t_parse_uri5() 107 CU_ASSERT(uri.path.s == NULL); in t_parse_uri5() 131 CU_ASSERT(uri.path.length == 16); in t_parse_uri6() 132 CU_ASSERT_NSTRING_EQUAL(uri.path.s, ".well-known/core", 16); in t_parse_uri6() 149 /* The list of path segments to check against. Each segment is in t_parse_uri7() [all …]
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | uri.h | 23 str path; /**< Beginning of the first path segment. member 24 Use coap_split_path() to create Uri-Path options */ 33 * @param uri The URI path to copy. 47 * Calculates a hash over the given path and stores the result in 50 * @param path The URI path to generate hash for. 51 * @param len The length of @p path. 56 int coap_hash_path(const unsigned char *path, size_t len, coap_key_t key); 61 * CoAP PDUs contain normalized URIs with their path and query split into 84 * Splits the given URI path into segments. Each segment is preceded 88 * @param s The path string to split.
|
/net-tools-3.4.0/libcoap/src/ |
D | uri.c | 59 goto path; in coap_split_uri() 146 path: /* at this point, p must point to an absolute path */ in coap_split_uri() 161 COAP_SET_STR(&uri->path, q - p, p); in coap_split_uri() 220 * Runs through the given path (or query) segment and checks if 246 * point to a (percent-encoded) path or query segment of a coap_uri_t 307 * Checks if path segment @p s consists of one or two dots. 438 uri->path.length + sizeof(coap_uri_t) + 1); in coap_clone_uri() 454 if ( uri->path.length ) { in coap_clone_uri() 455 result->path.s = URI_DATA(result) + uri->host.length; in coap_clone_uri() 456 result->path.length = uri->path.length; in coap_clone_uri() [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/scripts/ |
D | generate_visualc_files.pl | 82 my ($path) = @_; 84 my $guid = md5_hex( "mbedTLS:$path" ); 91 my ($path, $template, $dir, $ext) = @_; 93 my $guid = gen_app_guid( $path ); 94 $path =~ s!/!\\!g; 95 (my $appname = $path) =~ s/.*\\//; 98 $content =~ s/<PATHNAME>/$path/g; 151 for my $path (@app_names) { 152 my $guid = gen_app_guid( $path ); 153 (my $appname = $path) =~ s!.*/!!;
|
/net-tools-3.4.0/python-websocket-server/tests/ |
D | _bootstrap_.py | 1 # Add path to source code 4 sys.path.insert(0, '..') 6 sys.path.insert(0, '.')
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/scripts/ |
D | generate-afl-tests.sh | 7 # Usage: generate-afl-tests.sh <test data file path> 8 # <test data file path> - should be the path to one of the test suite files
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_entropy.function | 127 void entropy_seed_file( char *path, int ret ) 133 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path ) == ret ); 134 TEST_ASSERT( mbedtls_entropy_update_seed_file( &ctx, path ) == ret ); 196 void entropy_source_fail( char *path ) 214 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path ) 216 TEST_ASSERT( mbedtls_entropy_update_seed_file( &ctx, path ) 219 ((void) path);
|
D | test_suite_ctr_drbg.function | 201 void ctr_drbg_seed_file( char *path, int ret ) 208 TEST_ASSERT( mbedtls_ctr_drbg_write_seed_file( &ctx, path ) == ret ); 209 TEST_ASSERT( mbedtls_ctr_drbg_update_seed_file( &ctx, path ) == ret );
|
/net-tools-3.4.0/ |
D | zephyr-websocket-server.py | 4 from os.path import dirname 5 sys.path.append(dirname(__file__) + "/python-websocket-server")
|
D | net-capture.py | 20 import os.path 79 if pcap != None and os.path.exists(pcap):
|
D | monitor_15_4.c | 47 static char *path = NULL; variable 441 path = g_strdup(argv[1]); in main() 448 if (!monitor_pcap_create(path)) { in main() 449 g_free(path); in main() 496 g_free(path); in main()
|
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/ |
D | adjust-config.sh | 6 echo "Usage: $0 path/to/config.pl path/to/config.h" >&2
|
/net-tools-3.4.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 37 # base path where the generated documentation will be put. 38 # If a relative path is entered, it will be relative to the location 105 # path before files name in the file list and in the header files. If set 106 # to NO the shortest path that makes the file name unique will be used. 111 # can be used to strip a user-defined part of the path. Stripping is 113 # the path. The tag can be used to show relative paths in the file list. 115 # path to strip. 120 # the path mentioned in the documentation of a class, which tells 617 # against the file with absolute path, so to exclude all test directories 773 # If a relative path is entered the value of OUTPUT_DIRECTORY will be [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 53 # base path where the generated documentation will be put. 54 # If a relative path is entered, it will be relative to the location 131 # path before files name in the file list and in the header files. If set 132 # to NO the shortest path that makes the file name unique will be used. 137 # can be used to strip a user-defined part of the path. Stripping is 139 # the path. The tag can be used to show relative paths in the file list. 141 # path to strip. Note that you specify absolute paths here, but also 148 # the path mentioned in the documentation of a class, which tells 602 # feature you need bibtex and perl available in the search path. Do not use 710 # against the file with absolute path, so to exclude all test directories [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/programs/util/ |
D | pem2der.c | 119 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() argument 124 if( ( f = fopen( path, "rb" ) ) == NULL ) in load_file() 162 static int write_file( const char *path, unsigned char *buf, size_t n ) in write_file() argument 166 if( ( f = fopen( path, "wb" ) ) == NULL ) in write_file()
|
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | entropy.h | 231 * \param path Name of the file 237 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 245 * \param path Name of the file 251 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
D | ctr_drbg.h | 251 * \param path Name of the file 257 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 264 * \param path Name of the file 271 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
D | hmac_drbg.h | 264 * \param path Name of the file 269 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 276 * \param path Name of the file 282 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
D | x509_crt.h | 79 … Optional Basic Constraint extension value: The maximum path length to the root certificate. Path … 202 * \param path filename to read the certificates from 207 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ); 210 * \brief Load one or more certificate files from a path and add them 217 * \param path directory / folder to read the certificate files from 222 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
|
D | x509_crl.h | 131 * \param path filename to read the CRLs from (in PEM or DER encoding) 135 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
|
/net-tools-3.4.0/libcoap/doc/ |
D | Doxyfile.in | 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 57 # into which the generated documentation will be written. If a relative path is 138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path 140 # shortest path that makes the file name unique will be used 145 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 147 # part of the path. The tag can be used to show relative paths in the file list. 148 # If left blank the directory from which doxygen is run is used as the path to 158 # path mentioned in the documentation of a class, which tells the reader which 683 # search path. See also \cite for info how to create references. 806 # Note that the wildcards are matched against the file with absolute path, so to [all …]
|
/net-tools-3.4.0/python-websocket-server/.circleci/ |
D | config.yml | 21 path: test-reports
|
/net-tools-3.4.0/libcoap/ |
D | Makefile.libcoap | 6 # set include path for coap sources
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 146 if (uri.path.length) { in PROCESS_THREAD() 155 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in PROCESS_THREAD()
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | entropy.c | 403 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file() argument 409 if( ( f = fopen( path, "wb" ) ) == NULL ) in mbedtls_entropy_write_seed_file() 428 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_update_seed_file() argument 434 if( ( f = fopen( path, "rb" ) ) == NULL ) in mbedtls_entropy_update_seed_file() 454 return( mbedtls_entropy_write_seed_file( ctx, path ) ); in mbedtls_entropy_update_seed_file()
|