Home
last modified time | relevance | path

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

/dflybsd-src/include/arpa/
H A Dtftp.h64 #define th_stuff th_u.tu_stuff macro
/dflybsd-src/libexec/tftpd/
H A Dtftpd.c355 cp = tp->th_stuff; in tftp()
366 i = cp - tp->th_stuff; in tftp()
371 memcpy(fnbuf, tp->th_stuff, i); in tftp()
/dflybsd-src/usr.bin/tftp/
H A Dtftp.c325 cp = tp->th_stuff; in makerequest()
398 file = cp = tp->th_stuff; in tpacket()
/dflybsd-src/stand/lib/
H A Dtftp.c206 wtail = wbuf.t.th_stuff; in tftp_makereq()