Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dblock.h44 * For zero-length options (i.e. num == m == szx == 0), COAP_OPT_BLOCK_LAST
47 #define COAP_OPT_BLOCK_LAST(opt) \ macro
52 (coap_opt_length(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x08) : 0)
56 (coap_opt_length(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x07) : 0)

Completed in 1 milliseconds