Searched refs:tftp_log (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/libexec/tftpd/ |
| D | tftp-transfer.c | 80 tftp_log(LOG_DEBUG, "Sending block %d (window block %d)", in tftp_send() 87 tftp_log(LOG_ERR, "read_file returned %d", size); in tftp_send() 100 tftp_log(LOG_ERR, in tftp_send() 105 tftp_log(LOG_ERR, in tftp_send() 117 tftp_log(LOG_ERR, in tftp_send() 122 tftp_log(LOG_WARNING, in tftp_send() 129 tftp_log(LOG_ERR, in tftp_send() 142 tftp_log(LOG_ERR, "Aborting: %s", in tftp_send() 159 tftp_log(LOG_DEBUG, in tftp_send() 169 tftp_log(LOG_ERR, in tftp_send() [all …]
|
| D | tftp-io.c | 79 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, in send_packet() 122 tftp_log(LOG_ERR, in send_packet() 130 tftp_log(LOG_ERR, "send_packet: %s", strerror(errno)); in send_packet() 149 tftp_log(LOG_DEBUG, "Sending ERROR %d", error); in send_error() 169 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg); in send_error() 173 tftp_log(LOG_ERR, "send_error: %s", strerror(errno)); in send_error() 189 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'", in send_wrq() 218 tftp_log(LOG_ERR, "send_wrq: %s", strerror(errno)); in send_wrq() [all …]
|
| D | tftp-options.c | 112 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_timeout() 128 tftp_log(LOG_DEBUG, "Setting timeout to '%s'", in option_timeout() 143 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_rollover() 158 tftp_log(LOG_DEBUG, "Setting rollover to '%s'", in option_rollover() 177 tftp_log(LOG_ERR, "sysctl: net.inet.udp.maxdgram"); in option_blksize() 184 tftp_log(LOG_ERR, in option_blksize() 190 tftp_log(LOG_WARNING, in option_blksize() 199 tftp_log(LOG_ERR, in option_blksize() 206 tftp_log(LOG_WARNING, in option_blksize() 219 tftp_log(LOG_DEBUG, "Setting blksize to '%s'", in option_blksize() [all …]
|
| D | tftpd.c | 173 tftp_log(LOG_INFO, in main() 197 tftp_log(LOG_WARNING, in main() 219 tftp_log(LOG_ERR, "-c requires -s"); in main() 228 tftp_log(LOG_ERR, "ioctl(FIONBIO): %s", strerror(errno)); in main() 238 tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno)); in main() 286 tftp_log(LOG_ERR, "fork: %s", strerror(errno)); in main() 306 tftp_log(LOG_WARNING, in main() 321 tftp_log(LOG_WARNING, in main() 328 tftp_log(LOG_WARNING, in main() 332 tftp_log(LOG_WARNING, in main() [all …]
|
| D | tftp-file.c | 89 tftp_log(LOG_ERR, in convert_from_net() 186 tftp_log(LOG_ERR, "fdopen() failed: %s", in write_init() 211 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno)); in write_close() 240 tftp_log(LOG_ERR, "fdopen() failed: %s", in read_init() 265 tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno)); in read_close()
|
| D | tftp-utils.h | 113 #define DEBUG(s) tftp_log(LOG_DEBUG, "%s", s) 117 void tftp_log(int priority, const char *message, ...) __printflike(2, 3);
|
| D | tftp-utils.c | 117 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-12-stable/usr.bin/tftp/ |
| D | tftp.c | 237 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg); in recvfile()
|