Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
H A 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/
H A Dcoap_resource.h453 * encode the status. When COAP_PRINT_STATUS_ERROR is set, an error occurred
462 #define COAP_PRINT_STATUS_ERROR 0x80000000u macro
480 * @return If COAP_PRINT_STATUS_ERROR is set, an error occured. Otherwise,
/third_party/libcoap/src/
H A Dcoap_resource.c123 * @return COAP_PRINT_STATUS_ERROR on error. Otherwise, the lower 28 bits are
240 if (result & COAP_PRINT_STATUS_ERROR) {
254 return COAP_PRINT_STATUS_ERROR;
661 return COAP_PRINT_STATUS_ERROR;
H A Dcoap_net.c2486 COAP_PRINT_STATUS_ERROR) { in get_wkc_len()
2522 if ((result & COAP_PRINT_STATUS_ERROR) != 0) { in hnd_get_wellknown()

Completed in 8 milliseconds