Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c247 uint32_t tftpc_block_no = 1; in tftp_get() local
297 if (block_no == tftpc_block_no) { in tftp_get()
300 tftpc_block_no++; in tftp_get()
376 uint32_t tftpc_block_no = 1; in tftp_put() local
433 ret = send_data(sock, client, tftpc_block_no, send_buffer, send_size); in tftp_put()
438 tftpc_block_no++; in tftp_put()