Searched refs:th_block (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-tftp.c104 * 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));
H A Dtftp.h65 #define th_block th_u.tu_block macro

Completed in 66 milliseconds