Searched refs:tftpc (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | tftp.h | 129 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/ |
D | tftp_client.c | 53 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/ |
D | tftp-client.c | 18 static struct tftpc client;
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.4.rst | 1196 * Reworked ``struct tftpc`` client context structure, to allow for parallel
|