lwIP 2.2.0
Lightweight IP stack
|
Trivial File Transfer Protocol (RFC 1350) More...
#include "lwip/apps/tftp_opts.h"
#include "lwip/err.h"
#include "lwip/pbuf.h"
#include "lwip/ip_addr.h"
Data Structures | |
struct | tftp_context |
Functions | |
err_t | tftp_init_common (u8_t mode, const struct tftp_context *ctx) |
void | tftp_cleanup (void) |
Trivial File Transfer Protocol (RFC 1350)
Copyright (c) Deltatee Enterprises Ltd. 2013 All rights reserved.
err_t tftp_init_common | ( | u8_t | mode, |
const struct tftp_context * | ctx | ||
) |
Initialize TFTP client/server.
mode | TFTP mode (client/server) |
ctx | TFTP callback struct |