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