Searched refs:COAP_OPT_BLOCK_LAST (Results 1 – 3 of 3) sorted by relevance
44 #define COAP_OPT_BLOCK_LAST(opt) \ macro49 (COAP_OPT_LENGTH(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x08) : 0)53 (COAP_OPT_LENGTH(opt) ? (*COAP_OPT_BLOCK_LAST(opt) & 0x07) : 0)
41 return (num << 4) | ((*COAP_OPT_BLOCK_LAST(block_opt) & 0xF0) >> 4); in coap_opt_block_num()
72 options. COAP_OPT_BLOCK_LAST now returns NULL when the option