Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dtftp.h62 char th_data[1]; /* data or error string */ member
68 #define th_msg th_data
Dprint-tftp.c138 i = fn_print((const u_char *)tp->th_data, snapend); in tftp_print()
/freebsd-10-stable/include/arpa/
Dtftp.h60 char th_data[1]; /* data or error string */ member
66 #define th_msg th_data
/freebsd-10-stable/libexec/tftpd/
Dtftp-transfer.c169 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive()
269 writesize = write_file(rp->th_data, n_data); in tftp_receive()
Dtftp-io.c369 memcpy(pkt->th_data, data, size); in send_data()
/freebsd-10-stable/lib/libstand/
Dtftp.c217 got = len - (t->th_data - (char *) t); in recvtftp()
493 bcopy(tftpfile->lastdata.t.th_data + offinblock, in tftp_read()