Searched refs:tftp_client_get (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | tftp.h | 112 int tftp_client_get(const ip_addr_t *paddr, const char *fname, const char *lfname,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_common.c | 147 tftp_client_get(&dst_addr, argv[4], argv[5], &client_ctx, tftp_get_done); in tftp_cmd()
|
A D | tftp_client.c | 209 int tftp_client_get(const ip_addr_t *paddr, const char *fname, const char *lfname, in tftp_client_get() function
|
Completed in 4 milliseconds