Home
last modified time | relevance | path

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

/src/include/arpa/
H A Dtftp.h59 char th_data[1]; /* data or error string */ member
65 #define th_msg th_data
/src/stand/libsa/
H A Dtftp.c248 got = len - (t->th_data - (char *)t); in recvtftp()
624 bcopy(tftpfile->tftp_hdr->th_data + offinblock, in tftp_read()
752 bcopy(tftpfile->tftp_hdr->th_data, in tftp_preload()
766 bcopy(tftpfile->tftp_hdr->th_data, in tftp_preload()
/src/libexec/tftpd/
H A Dtftp-transfer.c255 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive()
385 writesize = write_file(rp->th_data, n_data); in tftp_receive()
H A Dtftp-io.c364 memcpy(pkt->th_data, data, size); in send_data()