Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.h43 #define TFTP_ERROR_DISK_FULL 3 macro
Dtftp_client.c306 if (send_err(sock, client, TFTP_ERROR_DISK_FULL, NULL) < 0) { in tftp_get()