ReactOS 0.4.16-dev-297-gc569aee
|
#include "lwip/apps/tftp_common.h"
Go to the source code of this file.
Enumerations | |
enum | tftp_transfer_mode { TFTP_MODE_OCTET , TFTP_MODE_NETASCII , TFTP_MODE_BINARY } |
Functions | |
err_t | tftp_init_client (const struct tftp_context *ctx) |
err_t | tftp_get (void *handle, const ip_addr_t *addr, u16_t port, const char *fname, enum tftp_transfer_mode mode) |
err_t | tftp_put (void *handle, const ip_addr_t *addr, u16_t port, const char *fname, enum tftp_transfer_mode mode) |
TFTP client header
Definition in file tftp_client.h.
Enumerator | |
---|---|
TFTP_MODE_OCTET | |
TFTP_MODE_NETASCII | |
TFTP_MODE_BINARY |
Definition at line 40 of file tftp_client.h.
err_t tftp_get | ( | void * | handle, |
const ip_addr_t * | addr, | ||
u16_t | port, | ||
const char * | fname, | ||
enum tftp_transfer_mode | mode | ||
) |
err_t tftp_init_client | ( | const struct tftp_context * | ctx | ) |