Searched refs:tftphdr (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/libexec/tftpd/
H A Dtftp-transfer.h30 struct tftphdr *firstblock, size_t fb_size);
H A Dtftp-io.c114 packettype(ntohs(((struct tftphdr *)
120 packettype(ntohs(((struct tftphdr *)(pkt))->th_opcode)),
139 struct tftphdr *tp;
149 tp = (struct tftphdr *)buf;
177 struct tftphdr *tp;
189 tp = (struct tftphdr *)buf;
191 size = offsetof(struct tftphdr, th_stuff);
225 struct tftphdr *tp;
237 tp = (struct tftphdr *)buf;
239 size = offsetof(struct tftphdr, th_stuf
[all...]
H A Dtftp-options.h37 int option_tsize(int peer, struct tftphdr *, int, struct stat *);
H A Dtftp-transfer.c61 struct tftphdr *rp;
69 rp = (struct tftphdr *)recvbuffer;
244 struct tftphdr *firstblock, size_t fb_size)
246 struct tftphdr *rp;
286 rp = (struct tftphdr *)recvbuffer;
H A Dtftpd.c115 struct tftphdr *tp;
231 if ((size_t)n < 4 /* tftphdr */) {
396 tp = (struct tftphdr *)recvbuffer;
567 struct tftphdr *rp = (struct tftphdr *)lrecvbuffer;
H A Dtftp-options.c139 option_tsize(int peer __unused, struct tftphdr *tp __unused, int mode,
/freebsd-current/include/arpa/
H A Dtftp.h52 struct tftphdr { struct
/freebsd-current/usr.bin/tftp/
H A Dtftp.c66 struct tftphdr *rp;
76 rp = (struct tftphdr *)recvbuffer;
168 struct tftphdr *rp;
176 rp = (struct tftphdr *)recvbuffer;
/freebsd-current/stand/libsa/
H A Dtftp.c114 struct tftphdr *tftp_hdr;
145 struct tftphdr t;
171 struct tftphdr t;
189 struct tftphdr *t;
301 struct tftphdr t;
309 struct tftphdr *t;
398 struct tftphdr t;
404 struct tftphdr *t;
/freebsd-current/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c76 struct tftphdr *tp;
204 tp = (struct tftphdr *)req;

Completed in 94 milliseconds