Searched refs:COAP_OPT_BLOCK_LAST (Results 1 – 3 of 3) sorted by relevance
49 #define COAP_OPT_BLOCK_LAST(opt) \ macro54 (coap_opt_length(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x08) : 0)58 (coap_opt_length(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x07) : 0)
159 options. COAP_OPT_BLOCK_LAST now returns NULL when the option
33 return (num << 4) | ((*COAP_OPT_BLOCK_LAST(block_opt) & 0xF0) >> 4); in coap_opt_block_num()