Home
last modified time | relevance | path

Searched refs:COAP_PRINT_STATUS_ERROR (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c162 CU_ASSERT((result & COAP_PRINT_STATUS_ERROR) == 0); in t_wellknown3()
183 CU_ASSERT((result & COAP_PRINT_STATUS_ERROR) == 0); in t_wellknown4()
/third_party/libcoap/include/coap3/
Dcoap_resource.h462 #define COAP_PRINT_STATUS_ERROR 0x80000000u macro
/third_party/libcoap/src/
Dcoap_resource.c240 if (result & COAP_PRINT_STATUS_ERROR) {
254 return COAP_PRINT_STATUS_ERROR;
661 return COAP_PRINT_STATUS_ERROR;
Dcoap_net.c2486 COAP_PRINT_STATUS_ERROR) { in get_wkc_len()
2522 if ((result & COAP_PRINT_STATUS_ERROR) != 0) { in hnd_get_wellknown()