Home
last modified time | relevance | path

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

/openbsd/include/arpa/
H A Dtftp.h67 #define th_stuff th_u.tu_stuff macro
/openbsd/sys/lib/libsa/
H A Dtftp.h89 #define th_stuff th_u.tu_stuff macro
H A Dtftp.c167 wtail = wbuf.t.th_stuff; in tftp_makereq()
/openbsd/usr.sbin/tcpdump/
H A Dprint-tftp.c100 p = (u_char *)tp->th_stuff; in tftp_print()
/openbsd/usr.bin/tftp/
H A Dtftp.c449 cp = tp->th_stuff; in makerequest()
450 pktlen = packet_size - offsetof(struct tftphdr, th_stuff); in makerequest()
525 file = cp = tp->th_stuff; in tpacket()
/openbsd/usr.sbin/tftpd/
H A Dtftpd.c842 cp = tp->th_stuff; in tftp()
853 i = cp - tp->th_stuff; in tftp()
858 memcpy(filename, tp->th_stuff, i); in tftp()
1517 bp = (char *)tp->th_stuff; in oack()
/openbsd/usr.sbin/tftp-proxy/
H A Dtftp-proxy.c754 opcode(ntohs(tp->th_opcode)), tp->th_stuff); in proxy_recv()