Searched refs:types (Results 1 – 12 of 12) sorted by relevance
/net-tools-latest/libcoap/src/ |
D | debug.c | 265 static char *types[] = { "CON", "NON", "ACK", "RST", "???" }; in msg_type_string() local 267 return types[min(t, sizeof(types)/sizeof(char *) - 1)]; in msg_type_string()
|
/net-tools-latest/tinydtls-0.8.2/sha2/ |
D | README | 43 * This implementation utilizes 64-bit integer data types. If your 47 that do have 64-bit data types but do operations most efficiently 51 * On platforms with 128-bit integer data types, the SHA-384 and SHA-512 87 By default, this code uses u_intXX_t data types for 8 bit, 32 bit, and 90 use uintXX_t data types as defined by recent ANSI C standards and as 135 out the include of <sys/types.h> in sha2.h. With a bit more work
|
/net-tools-latest/tinydtls-0.8.2/ |
D | dtls_config.h.in | 88 /* Define to 1 if you have the <sys/types.h> header file. */ 145 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
D | configure.in | 88 AC_CHECK_HEADERS([sys/types.h sys/stat.h])
|
D | configure | 3604 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
/net-tools-latest/libcoap/examples/ |
D | coap-client.txt.in | 85 Accepted media types as comma-separated list of symbolic or numeric
|
/net-tools-latest/mbedtls-2.4.0/tests/ |
D | compat.sh | 91 -t|--types)
|
/net-tools-latest/mbedtls-2.4.0/ |
D | apache-2.0.txt | 34 and conversions to other media types.
|
D | ChangeLog | 489 * Compiler is required to support C99 types such as long long and uint32_t. 1462 * Moved from unsigned long to fixed width uint32_t types throughout code 1668 better unsigned / signed use. Renamed internal bigint types
|
/net-tools-latest/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 340 # types are typedef'ed and only the typedef is referenced, never the tag name. 1204 # the MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
|
/net-tools-latest/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 271 # types are typedef'ed and only the typedef is referenced, never the tag name.
|
/net-tools-latest/libcoap/doc/ |
D | Doxyfile.in | 382 # types are typedef'ed and only the typedef is referenced, never the tag name.
|