Searched refs:COAP_PRINT_STATUS_TRUNC (Results 1 – 3 of 3) sorted by relevance
211 #define COAP_PRINT_STATUS_TRUNC 0x40000000u macro
282 result |= COAP_PRINT_STATUS_TRUNC;515 result |= COAP_PRINT_STATUS_TRUNC;
100 CU_ASSERT(result == (COAP_PRINT_STATUS_TRUNC | sizeof(buf))); in t_wellknown2()