Home
last modified time | relevance | path

Searched refs:COAP_ERROR_PHRASE_LENGTH (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h174 #define COAP_ERROR_PHRASE_LENGTH 32 /**< maximum length of error phrase */ macro
179 #define COAP_ERROR_PHRASE_LENGTH 0 /**< maximum length of error phrase */ macro
/third_party/libcoap/src/
Dcoap_net.c2376 #if COAP_ERROR_PHRASE_LENGTH > 0 in coap_new_error_response()
2465 #if COAP_ERROR_PHRASE_LENGTH > 0 in coap_new_error_response()
Dcoap_block.c1124 #if COAP_ERROR_PHRASE_LENGTH > 0 in coap_add_data_large_response()