Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c79 name = (char *)&tftp->th_stuff; in interpret_tftp()
85 name = (char *)&tftp->th_stuff; in interpret_tftp()
106 tftp_parse_oack((char *)&tftp->th_stuff, in interpret_tftp()
125 name = (char *)&tftp->th_stuff; in interpret_tftp()
165 tftp_parse_oack((char *)&tftp->th_stuff, in interpret_tftp()
/illumos-gate/usr/src/head/arpa/
H A Dtftp.h64 #define th_stuff th_block /* ditto */ macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h65 #define th_stuff th_u.tu_stuff macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c415 cp = (char *)&tp->th_stuff; in makerequest()
592 cp = (char *)&oackp->th_stuff; in process_oack()
667 file = (char *)&tp->th_stuff; in tpacket()
697 print_options(stdout, (char *)&tp->th_stuff, in tpacket()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c684 cp = (char *)&oackp->th_stuff; in process_options()
718 if (cp != (char *)&oackp->th_stuff) in process_options()
784 filename = (char *)&tp->th_stuff; in tftp()
1024 print_options(stderr, (char *)&oackbuf.hdr.th_stuff, in tftpd_sendfile()
1217 print_options(stderr, (char *)&ap->th_stuff, in tftpd_recvfile()
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c313 wtail = wbuf.t.th_stuff; in tftp_makereq()