Searched refs:ENOTFOUND (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/include/arpa/
H A Dtftp.h74 #define ENOTFOUND 1 /* file not found */ macro
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-tftp.c53 #define ENOTFOUND 1 /* file not found */ macro
77 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
/freebsd-12-stable/libexec/tftpd/
H A Dtftpd.c622 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
723 return (errno == ENOENT ? ENOTFOUND : EACCESS);
725 return (ENOTFOUND);
750 err = ENOTFOUND;
770 else if (err != ENOTFOUND || !create_new)
H A Dtftp-io.c65 { ENOTFOUND, "File not found" },

Completed in 111 milliseconds