Home
last modified time | relevance | path

Searched refs:tftp_context (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dtftp_common.h56 struct tftp_context { struct
101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx); argument
H A Dtftp_server.h40 err_t tftp_init_server(const struct tftp_context* ctx);
H A Dtftp_client.h46 err_t tftp_init_client(const struct tftp_context* ctx);
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c82 const struct tftp_context *ctx;
447 tftp_init_common(u8_t mode, const struct tftp_context *ctx) in tftp_init_common()
481 tftp_init_server(const struct tftp_context *ctx) in tftp_init_server()
491 tftp_init_client(const struct tftp_context *ctx) in tftp_init_client()