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

/freebsd-10.0-release/contrib/tcpdump/
H A Dtftp.h61 } th_u; member in struct:tftphdr
65 #define th_block th_u.tu_block
66 #define th_code th_u.tu_code
67 #define th_stuff th_u.tu_stuff
/freebsd-10.0-release/include/arpa/
H A Dtftp.h59 } __packed th_u; member in struct:tftphdr
63 #define th_block th_u.tu_block
64 #define th_code th_u.tu_code
65 #define th_stuff th_u.tu_stuff
/freebsd-10.0-release/lib/libstand/
H A Dtftp.c252 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) {

Completed in 112 milliseconds