Home
last modified time | relevance | path

Searched refs:tftp_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h156 int tftp_get(struct tftpc *client,
/Zephyr-Core-3.7.0/samples/net/tftp_client/src/
Dtftp-client.c77 ret = tftp_get(&client, "file1.bin", "octet"); in main()
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c244 int tftp_get(struct tftpc *client, const char *remote_file, const char *mode) in tftp_get() function