Home
last modified time | relevance | path

Searched refs:tftp_transfer_mode (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dtftp_client.h40 enum tftp_transfer_mode { enum
47 …(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode);
48 …(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode);
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c508 mode_to_string(enum tftp_transfer_mode mode) in mode_to_string()
523 …t(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode) in tftp_get()
536 …t(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode) in tftp_put()