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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftp.h45 char th_data[1]; /* data or error string */ member in struct:tftphdr
50 #define th_msg th_data
H A Dtftpd.c500 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
502 memcpy(dp->th_data, test->rptr, copy_n);
511 p = dp->th_data;
536 b->counter = (int)(p - dp->th_data);
588 writebuf = dp->th_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtftp.h62 char th_data[1]; /* data or error string */ member in struct:tftphdr
68 #define th_msg th_data
H A Dprint-tftp.c138 i = fn_print((const u_char *)tp->th_data, snapend);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftp.h59 char th_data[1]; /* data or error string */ member in struct:tftphdr
65 #define th_msg th_data
H A Dtftpsubs.c134 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
138 p = dp->th_data;
157 b->counter = (int)(p - dp->th_data);
199 buf = dp->th_data;

Completed in 181 milliseconds