Home
last modified time | relevance | path

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

/external/iputils/
Dtftpsubs.c137 b->counter = read(fileno(file), dp->th_data, SEGSIZE); in read_ahead()
141 p = dp->th_data; in read_ahead()
160 b->counter = (int)(p - dp->th_data); in read_ahead()
202 buf = dp->th_data; in write_behind()
Dtftp.h59 char th_data[1]; /* data or error string */ member
65 #define th_msg th_data
/external/tcpdump/
Dprint-tftp.c57 char th_data[1]; /* data or error string */ member
63 #define th_msg th_data
170 i = fn_print(ndo, (const u_char *)tp->th_data, ndo->ndo_snapend); in tftp_print()
/external/curl/tests/server/
Dtftp.h45 char th_data[1]; /* data or error string */ member
50 #define th_msg th_data
Dtftpd.c493 memcpy(dp->th_data, test->rptr, copy_n); in read_ahead()
502 p = dp->th_data; in read_ahead()
527 b->counter = (int)(p - dp->th_data); in read_ahead()
579 writebuf = dp->th_data; in write_behind()