Searched refs:tftp_get (Results 1 – 3 of 3) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | tftp_client.h | 48 err_t tftp_get(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transf…
|
| /lib/lwip/lwip/contrib/examples/tftp/ |
| A D | tftp_example.c | 151 err = tftp_get(f, &srv, TFTP_PORT, LWIP_TFTP_EXAMPLE_CLIENT_FILENAME, TFTP_MODE_OCTET); in tftp_example_init_client()
|
| /lib/lwip/lwip/src/apps/tftp/ |
| A D | tftp.c | 711 tftp_get(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mod… in tftp_get() function
|
Completed in 27 milliseconds