Searched refs:COAP_DEBUG_FD (Results 1 – 2 of 2) sorted by relevance
/net-tools-latest/libcoap/src/ |
D | debug.c | 385 fprintf(COAP_DEBUG_FD, "v:%d t:%s c:%s i:%04x {", in coap_show_pdu() 390 fprintf(COAP_DEBUG_FD, "%02x", pdu->hdr->token[i]); in coap_show_pdu() 392 fprintf(COAP_DEBUG_FD, "}"); in coap_show_pdu() 397 fprintf(COAP_DEBUG_FD, " ["); in coap_show_pdu() 402 fprintf(COAP_DEBUG_FD, ","); in coap_show_pdu() 452 fprintf(COAP_DEBUG_FD, " %s:%.*s", msg_option_string(opt_iter.type), in coap_show_pdu() 456 fprintf(COAP_DEBUG_FD, " ]"); in coap_show_pdu() 460 fprintf(COAP_DEBUG_FD, " :: "); in coap_show_pdu() 463 fprintf(COAP_DEBUG_FD, "<<"); in coap_show_pdu() 465 fprintf(COAP_DEBUG_FD, "%02x", *data++); in coap_show_pdu() [all …]
|
/net-tools-latest/libcoap/include/coap/ |
D | debug.h | 13 #ifndef COAP_DEBUG_FD 14 #define COAP_DEBUG_FD stdout macro
|