Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tftp.c109 p = (u_char *)&tp->th_block; in tftp_print()
121 if (length <= (u_int)(p - (const u_char *)&tp->th_block)) in tftp_print()
136 TCHECK(tp->th_block); in tftp_print()
137 printf(" block %d", EXTRACT_16BITS(&tp->th_block)); in tftp_print()
Dtftp.h65 #define th_block th_u.tu_block macro