Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/tftpd/
H A Dtftp-io.c197 size = offsetof(struct tftphdr, th_stuff); in send_wrq()
199 bp = tp->th_stuff; in send_wrq()
245 size = offsetof(struct tftphdr, th_stuff); in send_rrq()
247 bp = tp->th_stuff; in send_rrq()
H A Dtftpd.c424 tftp_rrq(peer, tp->th_stuff, n - 1); in main()
432 tftp_wrq(peer, tp->th_stuff, n - 1); in main()
/freebsd-13.1/usr.bin/tftp/
H A Dtftp.c152 parse_options(peer, rp->th_stuff, n + 2); in xmitfile()
257 parse_options(peer, rp->th_stuff, n + 2); in recvfile()
/freebsd-13.1/include/arpa/
H A Dtftp.h67 #define th_stuff th_u.tu_stuff macro
/freebsd-13.1/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c270 tp->th_stuff); in main()
/freebsd-13.1/stand/libsa/
H A Dtftp.c325 wtail = wbuf.t.th_stuff; in tftp_makereq()