/net-tools-3.7.0/libcoap/src/ |
D | option.c | 46 debug("cannot advance opt past end\n"); \ in coap_opt_parse() 62 debug("ignored reserved option delta 15\n"); in coap_opt_parse() 72 debug("delta too large\n"); in coap_opt_parse() 87 debug("found reserved option length 15\n"); in coap_opt_parse() 110 debug("invalid option length\n"); in coap_opt_parse() 257 debug("illegal option delta\n"); in coap_opt_length() 271 debug("illegal option length\n"); in coap_opt_length() 291 debug("illegal option delta\n"); in coap_opt_value() 305 debug("illegal option length\n"); in coap_opt_value() 342 debug("insufficient space to encode option delta %d", delta); in coap_opt_setheader() [all …]
|
D | net.c | 478 debug("unknown critical option %d\n", opt_iter.type); in coap_option_check_critical() 712 debug("coap_send_confirmed: insufficient memory\n"); in coap_send_confirmed() 718 debug("coap_send_confirmed: error sending pdu\n"); in coap_send_confirmed() 788 debug("** retransmission #%d of transaction %d\n", in coap_retransmit() 799 debug("** removed transaction %d\n", ntohs(node->id)); in coap_retransmit() 864 debug("coap_handle_message: discarded invalid frame\n" ); in coap_handle_message() 870 debug("coap_handle_message: unknown protocol version %d\n", (*msg >> 6) & 0x03); in coap_handle_message() 950 debug("*** removed transaction %u\n", id); in coap_remove_from_queue() 969 debug("*** removed transaction %u\n", id); in coap_remove_from_queue() 997 debug("**** removed transaction %d\n", ntohs(q->pdu->hdr->id)); in coap_cancel_all_messages() [all …]
|
D | pdu.c | 348 debug("insufficient space to store parsed PDU\n"); in coap_pdu_parse() 353 debug("discarded invalid PDU\n"); in coap_pdu_parse() 371 debug("coap_pdu_parse: empty message is not empty\n"); in coap_pdu_parse() 378 debug("coap_pdu_parse: invalid Token\n"); in coap_pdu_parse() 401 debug("coap_pdu_parse: drop\n"); in coap_pdu_parse() 412 debug("coap_pdu_parse: message ending in payload start marker\n"); in coap_pdu_parse() 416 debug("set data to %p (pdu ends at %p)\n", (unsigned char *)opt, in coap_pdu_parse()
|
D | block.c | 73 debug("illegal block requested\n"); in coap_write_block_opt() 98 debug("not enough space, even the smallest block does not fit"); in coap_write_block_opt() 101 debug("decrease block size for %zu to %d\n", avail, coap_fls(avail) - 5); in coap_write_block_opt()
|
D | resource.c | 307 debug("coap_resource_init: no memory left\n"); 342 debug("coap_add_attr: no memory left\n"); 634 debug("coap_check_notify: pdu init failed, resource stays partially dirty\n"); 641 debug("coap_check_notify: cannot add token, resource stays partially dirty\n"); 674 debug("coap_check_notify: sending failed, resource stays partially dirty\n"); 733 debug("** removed observer %s\n", addr);
|
D | mem.c | 108 debug("coap_malloc_type: Requested memory exceeds maximum object size\n"); in coap_malloc_type()
|
D | async.c | 35 debug("asynchronous state for transaction %d already registered\n", id); in coap_register_async()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | debug.h | 65 #define debug(...) coap_log(LOG_DEBUG, __VA_ARGS__) macro 75 #define debug(...) macro
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 149 debug("cannot add token to request\n"); in coap_new_request() 248 debug("clear_obs: error sending new request"); in clear_obs() 333 debug("** process incoming %d.%02d response:\n", in message_handler() 358 debug("observation relationship established, set timeout to %d\n", obs_seconds); in message_handler() 374 debug("found the M bit, block size is %u, block nr. %u\n", in message_handler() 401 debug("query block %d\n", (coap_opt_block_num(block_opt) + 1)); in message_handler() 414 debug("message_handler: error sending new request"); in message_handler() 432 debug("found Block1, block size is %u, block nr. %u\n", in message_handler() 436 debug("upload ready\n"); in message_handler() 469 debug("send block %d\n", block.num); in message_handler() [all …]
|
D | coap-rd.c | 156 debug("hnd_put_rd: cannot allocate storage for new rd\n"); in hnd_put_resource() 186 debug("cannot create response for message %d\n", request->hdr->id); in hnd_put_resource() 194 debug("hnd_get_rd: cannot send response for message %d\n", in hnd_put_resource() 364 debug("hnd_get_rd: cannot allocate storage for rd\n"); in make_rd() 371 debug("hnd_get_rd: cannot allocate storage for rd->data\n"); in make_rd()
|
/net-tools-3.7.0/ |
D | loop-pppd.sh | 37 debug silent 192.0.2.2:192.0.2.1
|
D | coap-client.c | 140 static bool debug; variable 738 if (debug) in create_uri() 826 if (debug) in send_packets() 876 if (debug) in try_send() 959 if (debug) in read_from_peer() 1040 if (debug) in handle_event() 1396 debug("found Block1, block size is %u, " in coap_message_handler() 1402 debug("upload ready\n"); in coap_message_handler() 1419 debug("send block %d\n", block.num); in coap_message_handler() 1441 debug("message_handler: error " in coap_message_handler() [all …]
|
D | stunnel_sc.conf | 7 ;debug = 7
|
D | monitor_15_4.c | 75 void debug(const char *format, ...) in debug() function 87 debug("%s:%s() " fmt, __FILE__, __FUNCTION__ , ## arg); \ 90 int log_init(const char *debug, gboolean detach, gboolean perror) in log_init() argument
|
D | stunnel.conf | 8 ;debug = 7
|
D | dtls-client.c | 80 static bool debug; variable 377 debug = true; in main()
|
D | dtls-server.c | 90 static bool debug; variable 147 debug = true; in main()
|
/net-tools-3.7.0/libcoap/ |
D | Makefile.libcoap | 1 libcoap_src = pdu.c net.c debug.c encode.c uri.c subscribe.c resource.c hashkey.c str.c option.c as…
|
D | Makefile.am | 56 src/debug.c \ 81 include/coap/debug.h \
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | configure.in | 53 AC_ARG_WITH(debug, optwith 54 [AS_HELP_STRING([--without-debug],[disable all debug output and assertions])],
|
D | Makefile.tinydtls | 35 tinydtls_src += debug.c
|
D | Makefile.in | 47 SOURCES += debug.c 51 HEADERS:=dtls.h hmac.h debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h \
|
/net-tools-3.7.0/libcoap/examples/contiki/ |
D | Makefile.common | 11 COAPOBJS = net.o debug.o option.o resource.o hashkey.o pdu.o encode.o subscribe.o coap_io.o block.o…
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_debug.function | 2 #include "mbedtls/debug.h" 36 /* Detect if debug messages output partial lines and mark them */
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | README.md | 77 …ibraries in addition to the static libraries. Setting `DEBUG` gives you a debug build. You can ove… 109 - Debug. This generates debug information and disables optimization of the code. 110 - Coverage. This generates code coverage information in addition to debug information. 112 - ASanDbg. Same as ASan but slower, with debug information and better stack traces. 114 - MemSanDbg. Same as MemSan but slower, with debug information, better stack traces and origin tr… 117 Switching build modes in CMake is simple. For debug mode, enter at the command line:
|