Searched refs:READ_REQUEST (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/ | ||
D | tftp_client.h | 28 #define READ_REQUEST 0x1 macro |
D | tftp_client.c | 268 ret = send_request(sock, client, READ_REQUEST, remote_file, mode); in tftp_get() |