lwIP 2.2.0
Lightweight IP stack
|
Modules | |
Options | |
Data Structures | |
struct | tftp_context |
Functions | |
err_t | tftp_init_server (const struct tftp_context *ctx) |
err_t | tftp_init_client (const struct tftp_context *ctx) |
void | tftp_cleanup (void) |
This is simple TFTP client/server for the lwIP raw API. You need to increase MEMP_NUM_SYS_TIMEOUT by one if you use TFTP!
void tftp_cleanup | ( | void | ) |
Deinitialize ("turn off") TFTP client/server.
err_t tftp_init_client | ( | const struct tftp_context * | ctx | ) |
Initialize TFTP client.
ctx | TFTP callback struct |
err_t tftp_init_server | ( | const struct tftp_context * | ctx | ) |
Initialize TFTP server.
ctx | TFTP callback struct |