Searched refs:tftp_transfer_mode (Results 1 – 2 of 2) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | tftp_client.h | 40 enum tftp_transfer_mode { enum 48 …(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode); 49 …(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode);
|
| /lib/lwip/lwip/src/apps/tftp/ |
| A D | tftp.c | 86 enum tftp_transfer_mode mode; 112 static const char *mode_to_string(enum tftp_transfer_mode mode); 682 mode_to_string(enum tftp_transfer_mode mode) in mode_to_string() 697 …s(const ip_addr_t *addr, u16_t port, u16_t opcode, const char* fname, enum tftp_transfer_mode mode) in start_send_requests() 711 …t(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode) in tftp_get() 724 …t(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mode mode) in tftp_put()
|
Completed in 8 milliseconds