Home
last modified time | relevance | path

Searched refs:th_data (Results 1 – 4 of 4) 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/
Dtftp.h62 char th_data[1]; /* data or error string */ member
68 #define th_msg th_data
Dprint-tftp.c146 i = fn_print((const u_char *)tp->th_data, snapend); in tftp_print()