Home
last modified time | relevance | path

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

/freebsd-10-stable/libexec/tftpd/
Dtftp-io.c195 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()
Dtftpd.c419 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/
Dtftp.c150 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/
Dtftp.h67 #define th_stuff th_u.tu_stuff macro
Dprint-tftp.c102 p = (u_char *)tp->th_stuff; in tftp_print()
/freebsd-10-stable/include/arpa/
Dtftp.h65 #define th_stuff th_u.tu_stuff macro
/freebsd-10-stable/contrib/pf/tftp-proxy/
Dtftp-proxy.c270 tp->th_stuff); in main()
/freebsd-10-stable/lib/libstand/
Dtftp.c293 wtail = wbuf.t.th_stuff; in tftp_makereq()