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.c97 tftp_log(LOG_ERR, in tftp_send()
102 tftp_log(LOG_ERR, in tftp_send()
114 tftp_log(LOG_ERR, in tftp_send()
126 tftp_log(LOG_ERR, in tftp_send()
166 tftp_log(LOG_ERR, in tftp_send()
198 tftp_log(LOG_ERR, in tftp_send()
269 tftp_log(LOG_ERR, in tftp_receive()
315 tftp_log(LOG_ERR, in tftp_receive()
388 tftp_log(LOG_ERR, in tftp_receive()
410 tftp_log(LOG_ERR, in tftp_receive()
[all …]
H A Dtftp-io.c112 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()
212 tftp_log(LOG_ERR, "send_wrq: %s", strerror(errno)); in send_wrq()
280 tftp_log(LOG_DEBUG, "Sending OACK"); in send_oack()
299 tftp_log(LOG_ERR, "oack: buffer overflow"); in send_oack()
388 tftp_log(LOG_DEBUG, in receive_packet()
397 tftp_log(LOG_ERR, "receive_packet: timeout"); in receive_packet()
413 tftp_log(LOG_ERR, in receive_packet()
[all …]
H A Dtftpd.c164 tftp_log(LOG_INFO, in main()
188 tftp_log(LOG_WARNING, in main()
273 tftp_log(LOG_WARNING, in main()
288 tftp_log(LOG_WARNING, in main()
295 tftp_log(LOG_WARNING, in main()
305 tftp_log(LOG_WARNING, in main()
402 tftp_log(LOG_WARNING, in main()
410 tftp_log(LOG_WARNING, in main()
482 tftp_log(LOG_ERR, in parse_header()
580 tftp_log(LOG_DEBUG, in tftp_rrq()
[all …]
H A Dtftp-options.c235 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()
304 tftp_log(LOG_INFO, in option_blksize2()
313 tftp_log(LOG_INFO, in option_blksize2()
341 tftp_log(LOG_ERR, in option_windowsize()
347 tftp_log(LOG_WARNING, in option_windowsize()
392 tftp_log(LOG_ERR, in make_options()
436 tftp_log(LOG_DEBUG, in parse_options()
[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()