Home
last modified time | relevance | path

Searched refs:ENOSPACE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-tftp.c51 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
74 { ENOSPACE, "ENOSPACE" }, /* disk full or allocation exceeded */
/freebsd/include/arpa/
H A Dtftp.h73 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
/freebsd/libexec/tftpd/
H A Dtftp-transfer.c393 send_error(peer, ENOSPACE); in tftp_receive()
H A Dtftp-io.c63 { ENOSPACE, "Disk full or allocation exceeded" },