Searched refs:th_stuff (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/libexec/tftpd/ |
| D | tftp-io.c | 195 size = offsetof(struct tftphdr, th_stuff); in send_wrq() 197 bp = tp->th_stuff; in send_wrq() 243 size = offsetof(struct tftphdr, th_stuff); in send_rrq() 245 bp = tp->th_stuff; in send_rrq()
|
| D | tftpd.c | 419 tftp_rrq(peer, tp->th_stuff, n - 1); in main() 427 tftp_wrq(peer, tp->th_stuff, n - 1); in main()
|
| /freebsd-10-stable/usr.bin/tftp/ |
| 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-10-stable/contrib/tcpdump/ |
| D | tftp.h | 67 #define th_stuff th_u.tu_stuff macro
|
| D | print-tftp.c | 102 p = (u_char *)tp->th_stuff; in tftp_print()
|
| /freebsd-10-stable/include/arpa/ |
| D | tftp.h | 65 #define th_stuff th_u.tu_stuff macro
|
| /freebsd-10-stable/contrib/pf/tftp-proxy/ |
| D | tftp-proxy.c | 270 tp->th_stuff); in main()
|
| /freebsd-10-stable/lib/libstand/ |
| D | tftp.c | 293 wtail = wbuf.t.th_stuff; in tftp_makereq()
|