ReactOS 0.4.16-dev-297-gc569aee
|
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"
Go to the source code of this file.
Classes | |
struct | tftp_context |
Macros | |
#define | LWIP_TFTP_MODE_SERVER 0x01 |
#define | LWIP_TFTP_MODE_CLIENT 0x02 |
#define | LWIP_TFTP_MODE_CLIENTSERVER (LWIP_TFTP_MODE_SERVER | LWIP_TFTP_MODE_CLIENT) |
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.
Definition in file tftp_common.h.
#define LWIP_TFTP_MODE_CLIENT 0x02 |
Definition at line 98 of file tftp_common.h.
#define LWIP_TFTP_MODE_CLIENTSERVER (LWIP_TFTP_MODE_SERVER | LWIP_TFTP_MODE_CLIENT) |
Definition at line 99 of file tftp_common.h.
#define LWIP_TFTP_MODE_SERVER 0x01 |
Definition at line 97 of file tftp_common.h.
err_t tftp_init_common | ( | u8_t | mode, |
const struct tftp_context * | ctx | ||
) |