lwIP
2.1.0
Lightweight IP stack
|
Modules | |
Options | |
Data Structures | |
struct | tftp_context |
Functions | |
err_t | tftp_init (const struct tftp_context *ctx) |
void | tftp_cleanup (void) |
This is simple TFTP server for the lwIP raw API.
void tftp_cleanup | ( | void | ) |
Deinitialize ("turn off") TFTP server.
err_t tftp_init | ( | const struct tftp_context * | ctx | ) |
Initialize TFTP server.
ctx | TFTP callback struct |