Home
last modified time | relevance | path

Searched refs:tftp_put (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h176 int tftp_put(struct tftpc *client,
/Zephyr-Core-3.7.0/samples/net/tftp_client/src/
Dtftp-client.c86 ret = tftp_put(&client, "newfile.bin", "octet", in main()
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c372 int tftp_put(struct tftpc *client, const char *remote_file, const char *mode, in tftp_put() function
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.4.rst1194 * Added ``tftp_put()`` API to support TFTP write request.