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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tftp.c53 #define ENOTFOUND 1 /* file not found */ macro
77 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
/freebsd-11-stable/include/arpa/
H A Dtftp.h72 #define ENOTFOUND 1 /* file not found */ macro
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c617 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
718 return (errno == ENOENT ? ENOTFOUND : EACCESS);
720 return (ENOTFOUND);
745 err = ENOTFOUND;
765 else if (err != ENOTFOUND || !create_new)
H A Dtftp-io.c63 { ENOTFOUND, "File not found" },

Completed in 195 milliseconds