Home
last modified time | relevance | path

Searched refs:remote_file (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c23 const char *remote_file, const char *mode) in make_request() argument
33 strncpy(ptr, remote_file, TFTP_MAX_FILENAME_SIZE); in make_request()
34 ptr += strlen(remote_file); in make_request()
183 int request, const char *remote_file, const char *mode) in send_request() argument
190 req_size = make_request(client->tftp_buf, request, remote_file, mode); in send_request()
196 remote_file); in send_request()
226 remote_file, mode); in send_request()
244 int tftp_get(struct tftpc *client, const char *remote_file, const char *mode) in tftp_get() argument
268 ret = send_request(sock, client, READ_REQUEST, remote_file, mode); in tftp_get()
372 int tftp_put(struct tftpc *client, const char *remote_file, const char *mode, in tftp_put() argument
[all …]
/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h157 const char *remote_file, const char *mode);
177 const char *remote_file, const char *mode,