Home
last modified time | relevance | path

Searched refs:th_u (Results 1 – 3 of 3) sorted by relevance

/NextBSD/include/arpa/
HDtftp.h59 } __packed th_u; member
63 #define th_block th_u.tu_block
64 #define th_code th_u.tu_code
65 #define th_stuff th_u.tu_stuff
/NextBSD/contrib/tcpdump/
HDprint-tftp.c56 } th_u; member
60 #define th_block th_u.tu_block
61 #define th_code th_u.tu_code
62 #define th_stuff th_u.tu_stuff
/NextBSD/lib/libstand/
HDtftp.c252 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) { in recvtftp()