Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.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
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c267 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) { in recvtftp()