Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/include/coap/
Dresource.h210 #define COAP_PRINT_STATUS_ERROR 0x80000000u macro
/net-tools-3.6.0/libcoap/tests/
Dtest_wellknown.c155 CU_ASSERT((result & COAP_PRINT_STATUS_ERROR) == 0 ); in t_wellknown3()
/net-tools-3.6.0/libcoap/src/
Dresource.c269 if (result & COAP_PRINT_STATUS_ERROR) {
Dnet.c1134 & COAP_PRINT_STATUS_ERROR) { in get_wkc_len()
1255 if ((result & COAP_PRINT_STATUS_ERROR) != 0) { in coap_wellknown_response()