Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dtftp.c24 static ssize_t tftp_err_oops(char *packet, char *file);
269 len = tftp_err_oops(packet, daemon->namebuff); in tftp_request()
365 *len = tftp_err_oops(packet, namebuff); in check_tftp_fileperm()
439 len = tftp_err_oops(daemon->packet, transfer->file->filename); in check_tftp_listeners()
511 static ssize_t tftp_err_oops(char *packet, char *file) in tftp_err_oops() function