Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/tftpd/
H A Dtftp-io.c192 size = offsetof(struct tftphdr, th_stuff); in send_wrq()
194 bp = tp->th_stuff; in send_wrq()
240 size = offsetof(struct tftphdr, th_stuff); in send_rrq()
242 bp = tp->th_stuff; in send_rrq()
H A Dtftpd.c412 tftp_rrq(peer, tp->th_stuff, (size_t)n - 1); in main()
420 tftp_wrq(peer, tp->th_stuff, (size_t)n - 1); in main()
/freebsd-14.2/usr.bin/tftp/
H A Dtftp.c150 parse_options(peer, rp->th_stuff, n + 2); in xmitfile()
255 parse_options(peer, rp->th_stuff, n + 2); in recvfile()
/freebsd-14.2/include/arpa/
H A Dtftp.h66 #define th_stuff th_u.tu_stuff macro
/freebsd-14.2/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c270 tp->th_stuff); in main()
/freebsd-14.2/stand/libsa/
H A Dtftp.c322 wtail = wbuf.t.th_stuff; in tftp_makereq()