Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-io.c191 size = offsetof(struct tftphdr, th_stuff); in send_wrq()
193 bp = tp->th_stuff; in send_wrq()
239 size = offsetof(struct tftphdr, th_stuff); in send_rrq()
241 bp = tp->th_stuff; in send_rrq()
H A Dtftpd.c403 tftp_rrq(peer, tp->th_stuff, (size_t)n - 1); in main()
411 tftp_wrq(peer, tp->th_stuff, (size_t)n - 1); in main()
/freebsd/usr.bin/tftp/
H A Dtftp.c144 parse_options(peer, rp->th_stuff, n + 2); in xmitfile()
249 parse_options(peer, rp->th_stuff, n + 2); in recvfile()
/freebsd/include/arpa/
H A Dtftp.h64 #define th_stuff th_u.tu_stuff macro
/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c270 tp->th_stuff); in main()
/freebsd/stand/libsa/
H A Dtftp.c322 wtail = wbuf.t.th_stuff; in tftp_makereq()