Searched refs:COAP_OPT_BLOCK_END_BYTE (Results 1 – 2 of 2) sorted by relevance
83 #define COAP_OPT_BLOCK_END_BYTE(opt) \ macro89 (coap_opt_length(opt) ? (COAP_OPT_BLOCK_END_BYTE(opt) & 0x08) : 0)93 (coap_opt_length(opt) ? (COAP_OPT_BLOCK_END_BYTE(opt) & 0x07) : 0)
54 return (num << 4) | ((COAP_OPT_BLOCK_END_BYTE(block_opt) & 0xF0) >> 4); in coap_opt_block_num()