Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-transfer.c77 tftp_log(LOG_DEBUG, "Sending block %d (window block %d)", in tftp_send()
84 tftp_log(LOG_ERR, "read_file returned %d", size); in tftp_send()
97 tftp_log(LOG_ERR, in tftp_send()
102 tftp_log(LOG_ERR, in tftp_send()
114 tftp_log(LOG_ERR, in tftp_send()
119 tftp_log(LOG_WARNING, in tftp_send()
126 tftp_log(LOG_ERR, in tftp_send()
139 tftp_log(LOG_ERR, "Aborting: %s", in tftp_send()
156 tftp_log(LOG_DEBUG, in tftp_send()
166 tftp_log(LOG_ERR, in tftp_send()
[all …]
H A Dtftp-io.c75 tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
81 tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
112 tftp_log(LOG_ERR, in send_packet()
118 tftp_log(LOG_ERR, in send_packet()
126 tftp_log(LOG_ERR, "send_packet: %s", strerror(errno)); in send_packet()
145 tftp_log(LOG_DEBUG, "Sending ERROR %d", error); in send_error()
163 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg); in send_error()
167 tftp_log(LOG_ERR, "send_error: %s", strerror(errno)); in send_error()
183 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'", in send_wrq()
212 tftp_log(LOG_ERR, "send_wrq: %s", strerror(errno)); in send_wrq()
[all …]
H A Dtftpd.c167 tftp_log(LOG_INFO, in main()
191 tftp_log(LOG_WARNING, in main()
213 tftp_log(LOG_ERR, "-c requires -s"); in main()
224 tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno)); in main()
230 tftp_log(LOG_ERR, "Rejecting %zd-byte request from %s", in main()
236 tftp_log(LOG_ERR, "ioctl(FIONBIO): %s", strerror(errno)); in main()
256 tftp_log(LOG_ERR, "fork: %s", strerror(errno)); in main()
276 tftp_log(LOG_WARNING, in main()
291 tftp_log(LOG_WARNING, in main()
298 tftp_log(LOG_WARNING, in main()
[all …]
H A Dtftp-options.c164 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_timeout()
179 tftp_log(LOG_DEBUG, "Setting timeout to '%s'", in option_timeout()
194 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_rollover()
208 tftp_log(LOG_DEBUG, "Setting rollover to '%s'", in option_rollover()
227 tftp_log(LOG_ERR, "sysctl: net.inet.udp.maxdgram"); in option_blksize()
235 tftp_log(LOG_ERR, in option_blksize()
241 tftp_log(LOG_WARNING, in option_blksize()
250 tftp_log(LOG_ERR, in option_blksize()
257 tftp_log(LOG_WARNING, in option_blksize()
270 tftp_log(LOG_DEBUG, "Setting blksize to '%s'", in option_blksize()
[all …]
H A Dtftp-file.c86 tftp_log(LOG_ERR, in convert_from_net()
183 tftp_log(LOG_ERR, "fdopen() failed: %s", in write_init()
208 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno)); in write_close()
237 tftp_log(LOG_ERR, "fdopen() failed: %s", in read_init()
262 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno)); in read_close()
H A Dtftp-utils.h110 #define DEBUG(s) tftp_log(LOG_DEBUG, "%s", s)
114 void tftp_log(int priority, const char *message, ...) __printflike(2, 3);
H A Dtftp-utils.c117 tftp_log(LOG_ERR, "Bad option - no trailing \\0 found"); in get_field()
147 tftp_log(int priority, const char *message, ...) in tftp_log() function
/freebsd/usr.bin/tftp/
H A Dtftp.c229 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg); in recvfile()