Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/tftpd/
H A Dtftp-io.c163 strcpy(tp->th_msg, pe->e_msg); in send_error()
165 tp->th_msg[length] = '\0'; in send_error()
169 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg); in send_error()
461 "Got ERROR packet: %s", pkt->th_msg); in receive_packet()
/freebsd-13.1/include/arpa/
H A Dtftp.h68 #define th_msg th_data macro
/freebsd-13.1/usr.bin/tftp/
H A Dtftp.c237 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg); in recvfile()
/freebsd-13.1/stand/libsa/
H A Dtftp.c161 wtail = wbuf.t.th_msg; in tftp_senderr()