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

/freebsd-current/include/arpa/
H A Dtftp.h59 char th_data[1]; /* data or error string */ member in struct:tftphdr
65 #define th_msg th_data
/freebsd-current/stand/libsa/
H A Dtftp.c233 got = len - (t->th_data - (char *)t);
578 bcopy(tftpfile->tftp_hdr->th_data + offinblock,
680 bcopy(tftpfile->tftp_hdr->th_data,
694 bcopy(tftpfile->tftp_hdr->th_data,
/freebsd-current/libexec/tftpd/
H A Dtftp-transfer.c255 writesize = write_file(firstblock->th_data, fb_size);
385 writesize = write_file(rp->th_data, n_data);
H A Dtftp-io.c364 memcpy(pkt->th_data, data, size);

Completed in 112 milliseconds