OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_data
(Results
1 - 7
of
7
) sorted by null
/external/curl/tests/server/
tftp.h
45
char
th_data
[1]; /* data or error string */
member in struct:tftphdr
50
#define th_msg
th_data
tftpd.c
491
b->counter = read(fileno(file), dp->
th_data
, SEGSIZE); */
493
memcpy(dp->
th_data
, test->rptr, copy_n);
502
p = dp->
th_data
;
527
b->counter = (int)(p - dp->
th_data
);
579
writebuf = dp->
th_data
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h
56
char
th_data
[1]; /* data or error string */
member in struct:tftphdr
62
#define th_msg
th_data
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h
56
char
th_data
[1]; /* data or error string */
member in struct:tftphdr
62
#define th_msg
th_data
/external/iputils/
tftp.h
59
char
th_data
[1]; /* data or error string */
member in struct:tftphdr
65
#define th_msg
th_data
tftpsubs.c
137
b->counter = read(fileno(file), dp->
th_data
, SEGSIZE);
141
p = dp->
th_data
;
160
b->counter = (int)(p - dp->
th_data
);
202
buf = dp->
th_data
;
/external/tcpdump/
print-tftp.c
57
char
th_data
[1]; /* data or error string */
member in struct:tftphdr
63
#define th_msg
th_data
170
i = fn_print(ndo, (const u_char *)tp->
th_data
, ndo->ndo_snapend);
Completed in 312 milliseconds