/net-tools-2.7.6/libcoap/ |
D | libcoap-1.pc.in | 1 prefix=@prefix@
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/ |
D | malloc-init.pl | 38 my $prefix = qr/\s(?:\*?|\&?|\([a-z_]* \*\))\s*/; 59 } elsif( $name && /(?:$inits)\($prefix\Q$name\E\b/ ) {
|
/net-tools-2.7.6/tinydtls-0.8.2/doc/ |
D | Makefile.in | 12 prefix = @prefix@
|
D | Doxyfile.in | 756 # In case all classes in a project start with a common prefix, all
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/scripts/ |
D | run-test-suites.pl | 42 my $prefix = $^O eq "MSWin32" ? '' : './'; 51 my $result = `$prefix$suite`;
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | x509_csr.c | 340 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument 352 prefix, csr->version ); in mbedtls_x509_csr_info() 355 ret = mbedtls_snprintf( p, n, "\n%ssubject name : ", prefix ); in mbedtls_x509_csr_info() 360 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_csr_info() 373 ret = mbedtls_snprintf( p, n, "\n%s%-" BC "s: %d bits\n", prefix, key_size_str, in mbedtls_x509_csr_info()
|
D | x509_crl.c | 580 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info() argument 592 prefix, crl->version ); in mbedtls_x509_crl_info() 595 ret = mbedtls_snprintf( p, n, "\n%sissuer name : ", prefix ); in mbedtls_x509_crl_info() 601 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info() 608 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info() 617 prefix ); in mbedtls_x509_crl_info() 623 prefix ); in mbedtls_x509_crl_info() 639 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_crl_info()
|
D | x509_crt.c | 1356 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info() argument 1376 prefix, crt->version ); in mbedtls_x509_crt_info() 1379 prefix ); in mbedtls_x509_crt_info() 1385 ret = mbedtls_snprintf( p, n, "\n%sissuer name : ", prefix ); in mbedtls_x509_crt_info() 1390 ret = mbedtls_snprintf( p, n, "\n%ssubject name : ", prefix ); in mbedtls_x509_crt_info() 1396 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info() 1403 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info() 1409 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_crt_info() 1423 ret = mbedtls_snprintf( p, n, "\n%s%-" BC "s: %d bits", prefix, key_size_str, in mbedtls_x509_crt_info() 1433 ret = mbedtls_snprintf( p, n, "\n%sbasic constraints : CA=%s", prefix, in mbedtls_x509_crt_info() [all …]
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_debug.function | 139 char *prefix, char *result_str ) 157 mbedtls_debug_print_crt( &ssl, 0, file, line, prefix, &crt); 170 char *prefix, char *result_str ) 189 mbedtls_debug_print_mpi( &ssl, 0, file, line, prefix, &val);
|
D | test_suite_x509parse.function | 190 void x509_verify_info( int flags, char *prefix, char *result_str ) 197 res = mbedtls_x509_crt_verify_info( buf, sizeof( buf ), prefix, flags );
|
D | test_suite_x509parse.data | 281 X509 Verify Information: empty, with prefix 284 X509 Verify Information: one issue, with prefix 287 X509 Verify Information: two issues, with prefix
|
/net-tools-2.7.6/tinydtls-0.8.2/examples/contiki/ |
D | dtls-server.c | 230 uip_ipaddr_t prefix; 234 uip_ip6addr(&prefix, 0xaaaa, 0, 0, 0, 0, 0, 0, 0); 235 rpl_set_prefix(dag, &prefix, 64);
|
/net-tools-2.7.6/libcoap/examples/contiki/ |
D | radvd.conf.sample | 7 prefix aaaa::/64
|
/net-tools-2.7.6/ |
D | tunslip6.c | 783 char * prefix = index(itfaddr, '/'); in cleanup() local 788 if ( prefix != NULL ) *prefix = '\0'; in cleanup() 895 char * prefix = index(itfaddr, '/'); in ifconf() local 896 if ( prefix != NULL ) { in ifconf() 897 *prefix = '\0'; in ifconf() 898 prefix++; in ifconf() 900 prefix = "64"; in ifconf()
|
D | radvd_native_posix.conf | 15 prefix 2001:db8::/64 {
|
D | radvd_slip.conf | 15 prefix 2001:db8::/64 {
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | x509_crt.h | 237 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, 252 int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix,
|
D | x509_crl.h | 149 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix,
|
D | x509_csr.h | 137 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix,
|
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | Makefile.in | 34 prefix = @prefix@
|
D | configure | 711 prefix=NONE 845 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 849 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 938 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 939 ac_prev=prefix ;; 940 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 941 prefix=$ac_optarg ;; 943 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 946 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1122 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ [all …]
|
/net-tools-2.7.6/libcoap/doc/ |
D | Doxyfile.in | 1019 # In case all classes in a project start with a common prefix, all classes will 1021 # can be used to specify a prefix (or a list of prefixes) that should be ignored
|
/net-tools-2.7.6/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 866 # In case all classes in a project start with a common prefix, all
|