Searched refs:TFTP_ERROR_DISK_FULL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/ | ||
D | tftp_client.h | 43 #define TFTP_ERROR_DISK_FULL 3 macro |
D | tftp_client.c | 306 if (send_err(sock, client, TFTP_ERROR_DISK_FULL, NULL) < 0) { in tftp_get() |