Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-tftp.c49 #define ENOTFOUND 1 /* file not found */ macro
72 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
/freebsd/libexec/tftpd/
H A Dtftpd.c600 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND) in tftp_rrq()
716 return (errno == ENOENT ? ENOTFOUND : EACCESS); in validate_access()
718 return (ENOTFOUND); in validate_access()
733 err = ENOTFOUND; in validate_access()
755 else if (err != ENOTFOUND || !create_new) in validate_access()
H A Dtftp-io.c61 { ENOTFOUND, "File not found" },
/freebsd/include/arpa/
H A Dtftp.h71 #define ENOTFOUND 1 /* file not found */ macro