Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c568 #define ITER_COUNT(len, block_len) DIV_ROUND_UP(len, block_len) macro
574 int iter_max = ITER_COUNT(BLOCK_WISE_TRANSFER_SIZE_GET, block_size); in verify_block1_request()
728 int iter_max = ITER_COUNT(BLOCK2_WISE_TRANSFER_SIZE_GET, block_size); in verify_block2_response()