Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dtftp_common.h56 struct tftp_context { struct
64 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