Searched refs:tftp_context (Results 1 – 5 of 5) sorted by relevance
56 struct tftp_context { struct101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx); argument
40 err_t tftp_init_server(const struct tftp_context* ctx);
46 err_t tftp_init_client(const struct tftp_context* ctx);
91 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()
122 static const struct tftp_context tftp = {
Completed in 14 milliseconds