Searched refs:th_msg (Results 1 – 4 of 4) sorted by relevance
/freebsd/libexec/tftpd/ |
H A D | tftp-io.c | 159 snprintf(tp->th_msg, MAXPKTSIZE - 4, "%s%n", pe->e_msg, &length); in send_error() 163 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg); in send_error() 437 "Got ERROR packet: %s", pkt->th_msg); in receive_packet()
|
/freebsd/include/arpa/ |
H A D | tftp.h | 65 #define th_msg th_data macro
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.c | 229 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg); in recvfile()
|
/freebsd/stand/libsa/ |
H A D | tftp.c | 158 wtail = wbuf.t.th_msg; in tftp_senderr()
|