Home
last modified time | relevance | path

Searched refs:COAP_PRINT_STATUS_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_resource.h460 #define COAP_PRINT_STATUS_MASK 0xF0000000u macro
461 #define COAP_PRINT_OUTPUT_LENGTH(v) ((v) & ~COAP_PRINT_STATUS_MASK)
/third_party/libcoap/src/
Dcoap_resource.c26 #define COAP_PRINT_STATUS_MAX (~COAP_PRINT_STATUS_MASK)