Searched defs:tftp_context (Results 1 – 1 of 1) sorted by relevance
56 struct tftp_context { struct64 void* (*open)(const char* fname, const char* mode, u8_t write);69 void (*close)(void* handle);77 int (*read)(void* handle, void* buf, int bytes);101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx); argument