Searched refs:th_data (Results 1 – 5 of 5) sorted by relevance
89 char th_data[1]; /* data or error string */ member95 #define th_msg th_data216 size_t hdrlen = sizeof(*tftp) - sizeof(tftp->th_data); in tftproot_getfile()355 size_t hdrlen = sizeof(*tftp) - sizeof(tftp->th_data); in tftproot_recv()400 if ((tftp->th_data[i] < ' ') || in tftproot_recv()401 (tftp->th_data[i] > '~')) { in tftproot_recv()405 errbuf[i] = tftp->th_data[i]; in tftproot_recv()
154 b->counter = read(fileno(file), dp->th_data, amt); in read_ahead()158 p = dp->th_data; in read_ahead()177 b->counter = (int)(p - dp->th_data); in read_ahead()222 buf = dp->th_data; in write_behind()
82 char th_data[1]; /* data or error string */ member88 #define th_msg th_data
131 return (n - (t->th_data - (char *)t)); in recvtftp()208 wtail = (char *)&wbuf.t.th_data; in tftp_getnextblock()237 wtail = (char *)&wbuf.t.th_data; in tftp_terminate()336 tftpfile->lastdata.t.th_data + offinblock, in tftp_read()
63 char th_data[1]; /* data or error string */ member69 #define th_msg th_data