Symbol: tftp_log
libexec/tftpd/tftp-file.c
183
tftp_log(LOG_ERR, "fdopen() failed: %s",
libexec/tftpd/tftp-file.c
208
tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
libexec/tftpd/tftp-file.c
237
tftp_log(LOG_ERR, "fdopen() failed: %s",
libexec/tftpd/tftp-file.c
262
tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
libexec/tftpd/tftp-file.c
86
tftp_log(LOG_ERR,
libexec/tftpd/tftp-io.c
112
tftp_log(LOG_ERR,
libexec/tftpd/tftp-io.c
118
tftp_log(LOG_ERR,
libexec/tftpd/tftp-io.c
126
tftp_log(LOG_ERR, "send_packet: %s", strerror(errno));
libexec/tftpd/tftp-io.c
145
tftp_log(LOG_DEBUG, "Sending ERROR %d", error);
libexec/tftpd/tftp-io.c
163
tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg);
libexec/tftpd/tftp-io.c
167
tftp_log(LOG_ERR, "send_error: %s", strerror(errno));
libexec/tftpd/tftp-io.c
183
tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
libexec/tftpd/tftp-io.c
212
tftp_log(LOG_ERR, "send_wrq: %s", strerror(errno));
libexec/tftpd/tftp-io.c
231
tftp_log(LOG_DEBUG, "Sending RRQ: filename: '%s', mode '%s'",
libexec/tftpd/tftp-io.c
262
tftp_log(LOG_ERR, "send_rrq: %d %s", n, strerror(errno));
libexec/tftpd/tftp-io.c
280
tftp_log(LOG_DEBUG, "Sending OACK");
libexec/tftpd/tftp-io.c
299
tftp_log(LOG_ERR, "oack: buffer overflow");
libexec/tftpd/tftp-io.c
308
tftp_log(LOG_INFO, "send_oack: %s", strerror(errno));
libexec/tftpd/tftp-io.c
326
tftp_log(LOG_DEBUG, "Sending ACK for block %d", block);
libexec/tftpd/tftp-io.c
337
tftp_log(LOG_INFO, "send_ack: %s", strerror(errno));
libexec/tftpd/tftp-io.c
355
tftp_log(LOG_DEBUG, "Sending DATA packet %d of %d bytes",
libexec/tftpd/tftp-io.c
388
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-io.c
397
tftp_log(LOG_ERR, "receive_packet: timeout");
libexec/tftpd/tftp-io.c
409
tftp_log(LOG_ERR, "receive_packet: %s", strerror(errno));
libexec/tftpd/tftp-io.c
413
tftp_log(LOG_ERR,
libexec/tftpd/tftp-io.c
424
tftp_log(LOG_ERR, "receive_packet: packet too big");
libexec/tftpd/tftp-io.c
430
tftp_log(LOG_ERR,
libexec/tftpd/tftp-io.c
436
tftp_log(pkt->th_code == EUNDEF ? LOG_DEBUG : LOG_ERR,
libexec/tftpd/tftp-io.c
442
tftp_log(LOG_DEBUG, "Received %d bytes in a %s packet",
libexec/tftpd/tftp-io.c
75
tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
libexec/tftpd/tftp-io.c
81
tftp_log(LOG_DEBUG, "Artificial packet drop in %s", s); \
libexec/tftpd/tftp-options.c
164
tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING,
libexec/tftpd/tftp-options.c
179
tftp_log(LOG_DEBUG, "Setting timeout to '%s'",
libexec/tftpd/tftp-options.c
194
tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING,
libexec/tftpd/tftp-options.c
208
tftp_log(LOG_DEBUG, "Setting rollover to '%s'",
libexec/tftpd/tftp-options.c
227
tftp_log(LOG_ERR, "sysctl: net.inet.udp.maxdgram");
libexec/tftpd/tftp-options.c
235
tftp_log(LOG_ERR,
libexec/tftpd/tftp-options.c
241
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-options.c
250
tftp_log(LOG_ERR,
libexec/tftpd/tftp-options.c
257
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-options.c
270
tftp_log(LOG_DEBUG, "Setting blksize to '%s'",
libexec/tftpd/tftp-options.c
295
tftp_log(LOG_ERR, "sysctl: net.inet.udp.maxdgram");
libexec/tftpd/tftp-options.c
304
tftp_log(LOG_INFO,
libexec/tftpd/tftp-options.c
313
tftp_log(LOG_INFO,
libexec/tftpd/tftp-options.c
324
tftp_log(LOG_DEBUG, "Setting blksize2 to '%s'",
libexec/tftpd/tftp-options.c
341
tftp_log(LOG_ERR,
libexec/tftpd/tftp-options.c
347
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-options.c
359
tftp_log(LOG_DEBUG, "Setting windowsize to '%s'",
libexec/tftpd/tftp-options.c
392
tftp_log(LOG_ERR,
libexec/tftpd/tftp-options.c
436
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-options.c
447
tftp_log(LOG_INFO,
libexec/tftpd/tftp-options.c
460
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-transfer.c
102
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
114
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
119
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-transfer.c
126
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
139
tftp_log(LOG_ERR, "Aborting: %s",
libexec/tftpd/tftp-transfer.c
156
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-transfer.c
166
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
181
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-transfer.c
194
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-transfer.c
198
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
264
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
269
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
307
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-transfer.c
315
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
321
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-transfer.c
331
tftp_log(LOG_DEBUG, "Aborting: %s",
libexec/tftpd/tftp-transfer.c
357
tftp_log(LOG_DEBUG,
libexec/tftpd/tftp-transfer.c
365
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-transfer.c
372
tftp_log(LOG_INFO, "Trying to sync");
libexec/tftpd/tftp-transfer.c
378
tftp_log(LOG_WARNING,
libexec/tftpd/tftp-transfer.c
388
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
410
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
416
tftp_log(LOG_ERR,
libexec/tftpd/tftp-transfer.c
423
tftp_log(LOG_DEBUG, "Sent ACK for %d", *block);
libexec/tftpd/tftp-transfer.c
77
tftp_log(LOG_DEBUG, "Sending block %d (window block %d)",
libexec/tftpd/tftp-transfer.c
84
tftp_log(LOG_ERR, "read_file returned %d", size);
libexec/tftpd/tftp-transfer.c
97
tftp_log(LOG_ERR,
libexec/tftpd/tftp-utils.c
117
tftp_log(LOG_ERR, "Bad option - no trailing \\0 found");
libexec/tftpd/tftp-utils.h
110
#define DEBUG(s) tftp_log(LOG_DEBUG, "%s", s)
libexec/tftpd/tftpd.c
167
tftp_log(LOG_INFO,
libexec/tftpd/tftpd.c
191
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
213
tftp_log(LOG_ERR, "-c requires -s");
libexec/tftpd/tftpd.c
224
tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno));
libexec/tftpd/tftpd.c
230
tftp_log(LOG_ERR, "Rejecting %zd-byte request from %s",
libexec/tftpd/tftpd.c
236
tftp_log(LOG_ERR, "ioctl(FIONBIO): %s", strerror(errno));
libexec/tftpd/tftpd.c
256
tftp_log(LOG_ERR, "fork: %s", strerror(errno));
libexec/tftpd/tftpd.c
276
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
291
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
298
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
302
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
308
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
342
tftp_log(LOG_ERR, "%s: no such user", chuser);
libexec/tftpd/tftpd.c
346
tftp_log(LOG_ERR, "chroot: %s: %s",
libexec/tftpd/tftpd.c
351
tftp_log(LOG_ERR, "chdir: %s", strerror(errno));
libexec/tftpd/tftpd.c
355
tftp_log(LOG_ERR, "setgroups failed");
libexec/tftpd/tftpd.c
359
tftp_log(LOG_ERR, "setgid failed");
libexec/tftpd/tftpd.c
363
tftp_log(LOG_ERR, "setuid failed");
libexec/tftpd/tftpd.c
395
tftp_log(LOG_ERR, "socket: %s", strerror(errno));
libexec/tftpd/tftpd.c
399
tftp_log(LOG_ERR, "bind: %s", strerror(errno));
libexec/tftpd/tftpd.c
409
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
417
tftp_log(LOG_WARNING,
libexec/tftpd/tftpd.c
470
tftp_log(LOG_ERR, "Bad option - filename too long");
libexec/tftpd/tftpd.c
475
tftp_log(LOG_INFO, "Filename: '%s'", *filename);
libexec/tftpd/tftpd.c
489
tftp_log(LOG_ERR,
libexec/tftpd/tftpd.c
494
tftp_log(LOG_INFO, "Mode: '%s'", *mode);
libexec/tftpd/tftpd.c
521
tftp_log(LOG_INFO, "Options found but not enabled");
libexec/tftpd/tftpd.c
532
tftp_log(LOG_INFO, "%s: write request for %s: %s", peername,
libexec/tftpd/tftpd.c
566
tftp_log(LOG_INFO, "Options found but not enabled");
libexec/tftpd/tftpd.c
581
tftp_log(LOG_DEBUG, "Aborting: %s",
libexec/tftpd/tftpd.c
587
tftp_log(LOG_DEBUG,
libexec/tftpd/tftpd.c
596
tftp_log(LOG_INFO, "%s: read request for %s: %s", peername,
libexec/tftpd/tftpd.c
805
tftp_log(LOG_DEBUG, "Transmitting file");
libexec/tftpd/tftpd.c
812
tftp_log(LOG_INFO, "Sent %jd bytes in %jd seconds",
libexec/tftpd/tftpd.c
825
tftp_log(LOG_DEBUG, "Receiving file");
libexec/tftpd/tftpd.c
843
tftp_log(LOG_INFO,
usr.bin/tftp/tftp.c
229
tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg);