Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h129 struct tftpc { struct
156 int tftp_get(struct tftpc *client,
176 int tftp_put(struct tftpc *client,
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c53 static int send_data(int sock, struct tftpc *client, uint32_t block_no, const uint8_t *data_buffer, in send_data()
145 static inline int send_err(int sock, struct tftpc *client, int err_code, char *err_msg) in send_err()
182 static int send_request(int sock, struct tftpc *client, in send_request()
244 int tftp_get(struct tftpc *client, const char *remote_file, const char *mode) in tftp_get()
372 int tftp_put(struct tftpc *client, const char *remote_file, const char *mode, in tftp_put()
/Zephyr-Core-3.7.0/samples/net/tftp_client/src/
Dtftp-client.c18 static struct tftpc client;
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.4.rst1196 * Reworked ``struct tftpc`` client context structure, to allow for parallel