Searched refs:tftp_err (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | tftp.c | 23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file); 194 len = tftp_err(ERR_ILL, packet, _("unsupported request from %s"), inet_ntoa(peer.sin_addr)); in tftp_request() 305 *len = tftp_err(ERR_FNF, packet, _("file %s not found"), namebuff); in check_tftp_fileperm() 359 *len = tftp_err(ERR_PERM, packet, _("cannot access %s: %s"), namebuff); in check_tftp_fileperm() 494 static ssize_t tftp_err(int err, char *packet, char *message, char *file) in tftp_err() function 513 return tftp_err(ERR_NOTDEF, packet, _("cannot read %s: %s"), file); in tftp_err_oops()
|