Searched refs:tftpc_index (Results 1 – 1 of 1) sorted by relevance
248 uint32_t tftpc_index = 0; in tftp_get() local324 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() local427 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()