Searched refs:tftp_log (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/libexec/tftpd/
H A Dtftp-transfer.c80 tftp_log(LOG_DEBUG, "Sending block %d (window block %d)",
87 tftp_log(LOG_ERR, "read_file returned %d", size);
100 tftp_log(LOG_ERR,
105 tftp_log(LOG_ERR,
117 tftp_log(LOG_ERR,
122 tftp_log(LOG_WARNING,
129 tftp_log(LOG_ERR,
142 tftp_log(LOG_ERR, "Aborting: %s",
159 tftp_log(LOG_DEBUG,
169 tftp_log(LOG_ER
[all...]
H A Dtftp-options.c112 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING,
128 tftp_log(LOG_DEBUG, "Setting timeout to '%s'",
143 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING,
158 tftp_log(LOG_DEBUG, "Setting rollover to '%s'",
177 tftp_log(LOG_ERR, "sysctl: net.inet.udp.maxdgram");
184 tftp_log(LOG_ERR,
190 tftp_log(LOG_WARNING,
199 tftp_log(LOG_ERR,
206 tftp_log(LOG_WARNING,
219 tftp_log(LOG_DEBU
[all...]
H A Dtftp-io.c79 tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
85 tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
116 tftp_log(LOG_ERR,
122 tftp_log(LOG_ERR,
130 tftp_log(LOG_ERR, "send_packet: %s", strerror(errno));
149 tftp_log(LOG_DEBUG, "Sending ERROR %d", error);
169 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg);
173 tftp_log(LOG_ERR, "send_error: %s", strerror(errno));
189 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
218 tftp_log(LOG_ER
[all...]
H A Dtftpd.c172 tftp_log(LOG_INFO,
193 tftp_log(LOG_WARNING,
215 tftp_log(LOG_ERR, "-c requires -s");
224 tftp_log(LOG_ERR, "ioctl(FIONBIO): %s", strerror(errno));
234 tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno));
282 tftp_log(LOG_ERR, "fork: %s", strerror(errno));
302 tftp_log(LOG_WARNING,
317 tftp_log(LOG_WARNING,
324 tftp_log(LOG_WARNING,
328 tftp_log(LOG_WARNIN
[all...]
H A Dtftp-utils.h113 #define DEBUG(s) tftp_log(LOG_DEBUG, "%s", s)
117 void tftp_log(int priority, const char *message, ...) __printflike(2, 3);
H A Dtftp-file.c89 tftp_log(LOG_ERR,
186 tftp_log(LOG_ERR, "fdopen() failed: %s",
211 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
240 tftp_log(LOG_ERR, "fdopen() failed: %s",
265 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
H A Dtftp-utils.c117 tftp_log(LOG_ERR, "Bad option - no trailing \\0 found");
147 tftp_log(int priority, const char *message, ...) function
/freebsd-12-stable/usr.bin/tftp/
H A Dtftp.c237 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg);

Completed in 112 milliseconds