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