OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:th_block
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-tftp.c
104
* array; use address of
th_block
instead
109
p = (u_char *)&tp->
th_block
;
121
if (length <= (u_int)(p - (const u_char *)&tp->
th_block
))
136
TCHECK(tp->
th_block
);
137
printf(" block %d", EXTRACT_16BITS(&tp->
th_block
));
tftp.h
65
#define
th_block
th_u.tu_block
macro
Completed in 40 milliseconds