Home
last modified time | relevance | path

Searched refs:DEBUG_PACKETS (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-io.c144 if (debug & DEBUG_PACKETS) in send_error()
162 if (debug & DEBUG_PACKETS) in send_error()
182 if (debug & DEBUG_PACKETS) in send_wrq()
230 if (debug & DEBUG_PACKETS) in send_rrq()
279 if (debug & DEBUG_PACKETS) in send_oack()
325 if (debug & DEBUG_PACKETS) in send_ack()
354 if (debug & DEBUG_PACKETS) in send_data()
387 if (debug & DEBUG_PACKETS) in receive_packet()
441 if (debug & DEBUG_PACKETS) in receive_packet()
H A Dtftp-utils.h91 #define DEBUG_PACKETS 0x0001 macro
H A Dtftp-utils.c201 { DEBUG_PACKETS, "packet", "Packet debugging" },