Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Dblock.h44 #define COAP_OPT_BLOCK_LAST(opt) \ macro
49 (COAP_OPT_LENGTH(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x08) : 0)
53 (COAP_OPT_LENGTH(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x07) : 0)
/net-tools-3.7.0/libcoap/src/
Dblock.c41 return (num << 4) | ((*COAP_OPT_BLOCK_LAST(block_opt) & 0xF0) >> 4); in coap_opt_block_num()
/net-tools-3.7.0/libcoap/
DChangeLog72 options. COAP_OPT_BLOCK_LAST now returns NULL when the option