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