Searched refs:th_stuff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-io.c | 192 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 D | tftpd.c | 412 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 D | tftp.c | 150 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 D | tftp.h | 66 #define th_stuff th_u.tu_stuff macro
|
| /freebsd-14.2/contrib/pf/tftp-proxy/ |
| H A D | tftp-proxy.c | 270 tp->th_stuff); in main()
|
| /freebsd-14.2/stand/libsa/ |
| H A D | tftp.c | 322 wtail = wbuf.t.th_stuff; in tftp_makereq()
|