Home
last modified time | relevance | path

Searched refs:tftphdr (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/libexec/tftpd/
Dtftp-io.c116 packettype(ntohs(((struct tftphdr *) in send_packet()
122 packettype(ntohs(((struct tftphdr *)(pkt))->th_opcode)), in send_packet()
141 struct tftphdr *tp; in send_error()
151 tp = (struct tftphdr *)buf; in send_error()
181 struct tftphdr *tp; in send_wrq()
193 tp = (struct tftphdr *)buf; in send_wrq()
195 size = offsetof(struct tftphdr, th_stuff); in send_wrq()
229 struct tftphdr *tp; in send_rrq()
241 tp = (struct tftphdr *)buf; in send_rrq()
243 size = offsetof(struct tftphdr, th_stuff); in send_rrq()
[all …]
Dtftp-transfer.c55 struct tftphdr *rp; in tftp_send()
61 rp = (struct tftphdr *)recvbuffer; in tftp_send()
159 struct tftphdr *firstblock, size_t fb_size) in tftp_receive()
161 struct tftphdr *rp; in tftp_receive()
195 rp = (struct tftphdr *)recvbuffer; in tftp_receive()
Dtftp-transfer.h31 struct tftphdr *firstblock, size_t fb_size);
Dtftp-options.h38 int option_tsize(int peer, struct tftphdr *, int, struct stat *);
Dtftpd.c124 struct tftphdr *tp; in main()
415 tp = (struct tftphdr *)recvbuffer; in main()
587 struct tftphdr *rp = (struct tftphdr *)lrecvbuffer; in tftp_rrq()
Dtftp-options.c82 option_tsize(int peer __unused, struct tftphdr *tp __unused, int mode, in option_tsize()
/freebsd-10-stable/usr.bin/tftp/
Dtftp.c72 struct tftphdr *rp; in xmitfile()
82 rp = (struct tftphdr *)recvbuffer; in xmitfile()
174 struct tftphdr *rp; in recvfile()
182 rp = (struct tftphdr *)recvbuffer; in recvfile()
/freebsd-10-stable/lib/libstand/
Dtftp.c119 struct tftphdr t;
145 struct tftphdr t; in tftp_senderr()
171 struct tftphdr t; in tftp_sendack()
188 struct tftphdr *t; in recvtftp()
197 t = (struct tftphdr *) pkt; in recvtftp()
273 struct tftphdr t; in tftp_makereq()
279 struct tftphdr *t; in tftp_makereq()
361 struct tftphdr t; in tftp_getnextblock()
365 struct tftphdr *t; in tftp_getnextblock()
/freebsd-10-stable/contrib/tcpdump/
Dprint-tftp.c77 register const struct tftphdr *tp; in tftp_print()
83 tp = (const struct tftphdr *)bp; in tftp_print()
Dtftp.h55 struct tftphdr { struct
/freebsd-10-stable/include/arpa/
Dtftp.h53 struct tftphdr { struct
/freebsd-10-stable/contrib/pf/tftp-proxy/
Dtftp-proxy.c76 struct tftphdr *tp; in main()
204 tp = (struct tftphdr *)req; in main()