Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c248 uint32_t tftpc_index = 0; in tftp_get() local
324 tftpc_index += data_size; in tftp_get()
331 ret = tftpc_index; in tftp_get()
332 LOG_DBG("%d bytes received.", tftpc_index); in tftp_get()
377 uint32_t tftpc_index = 0; in tftp_put() local
427 send_size = user_buf_size - tftpc_index; in tftp_put()
431 send_buffer = (uint8_t *)(user_buf + tftpc_index); in tftp_put()
437 tftpc_index += send_size; in tftp_put()
445 LOG_DBG("%d bytes sent.", tftpc_index); in tftp_put()
446 ret = tftpc_index; in tftp_put()