Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dblock.h39 unsigned int szx:3; /**< block size */ member
44 * For zero-length options (i.e. num == m == szx == 0), COAP_OPT_BLOCK_LAST
65 * bytes of data for a block size of 1 << (@p szx + 4).
68 coap_more_blocks(size_t data_len, unsigned int num, uint16_t szx) { in coap_more_blocks() argument
69 return ((num+1) << (szx + 4)) < data_len; in coap_more_blocks()

Completed in 1 milliseconds