Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h58 char tu_stuff[1]; /* request packet stuff */ member
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()