Home
last modified time | relevance | path

Searched refs:th_msg (Results 1 – 5 of 5) sorted by relevance

/NextBSD/libexec/tftpd/
HDtftp-io.c159 strcpy(tp->th_msg, pe->e_msg); in send_error()
161 tp->th_msg[length] = '\0'; in send_error()
165 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg); in send_error()
466 "Got ERROR packet: %s", pkt->th_msg); in receive_packet()
/NextBSD/include/arpa/
HDtftp.h66 #define th_msg th_data macro
/NextBSD/contrib/tcpdump/
HDprint-tftp.c63 #define th_msg th_data macro
/NextBSD/usr.bin/tftp/
HDtftp.c232 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg); in recvfile()
/NextBSD/lib/libstand/
HDtftp.c158 wtail = wbuf.t.th_msg; in tftp_senderr()