Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/apps/
A Dtftp_common.h56 struct tftp_context { struct
101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx); argument
A Dtftp_server.h40 err_t tftp_init_server(const struct tftp_context* ctx);
A Dtftp_client.h46 err_t tftp_init_client(const struct tftp_context* ctx);
/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c91 const struct tftp_context *ctx;
607 tftp_init_common(u8_t mode, const struct tftp_context *ctx) in tftp_init_common()
643 tftp_init_server(const struct tftp_context *ctx) in tftp_init_server()
653 tftp_init_client(const struct tftp_context *ctx) in tftp_init_client()
/lib/lwip/lwip/contrib/examples/tftp/
A Dtftp_example.c122 static const struct tftp_context tftp = {

Completed in 14 milliseconds