Home
last modified time | relevance | path

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

/minix/external/bsd/tcpdump/dist/
H A Dprint-tftp.c65 #define th_block th_u.tu_block macro
150 if (length <= (u_int)(p - (const u_char *)&tp->th_block)) in tftp_print()
165 ND_TCHECK(tp->th_block); in tftp_print()
166 ND_PRINT((ndo, " block %d", EXTRACT_16BITS(&tp->th_block))); in tftp_print()
/minix/sys/lib/libsa/
H A Dtftp.h85 #define th_block th_u.tu_block macro
H A Dtftp.c117 if (htons(t->th_block) != d->xid) { in recvtftp()
207 wbuf.t.th_block = htons((u_short)h->currblock); in tftp_getnextblock()
240 wbuf.t.th_block = htons((u_short)h->currblock); in tftp_terminate()
/minix/include/arpa/
H A Dtftp.h66 #define th_block th_u.tu_block macro