Searched refs:tftphdr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/libexec/tftpd/ |
| D | tftp-io.c | 116 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 …]
|
| D | tftp-transfer.c | 55 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()
|
| D | tftp-transfer.h | 31 struct tftphdr *firstblock, size_t fb_size);
|
| D | tftp-options.h | 38 int option_tsize(int peer, struct tftphdr *, int, struct stat *);
|
| D | tftpd.c | 124 struct tftphdr *tp; in main() 415 tp = (struct tftphdr *)recvbuffer; in main() 587 struct tftphdr *rp = (struct tftphdr *)lrecvbuffer; in tftp_rrq()
|
| D | tftp-options.c | 82 option_tsize(int peer __unused, struct tftphdr *tp __unused, int mode, in option_tsize()
|
| /freebsd-10-stable/usr.bin/tftp/ |
| D | tftp.c | 72 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/ |
| D | tftp.c | 119 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/ |
| D | print-tftp.c | 77 register const struct tftphdr *tp; in tftp_print() 83 tp = (const struct tftphdr *)bp; in tftp_print()
|
| D | tftp.h | 55 struct tftphdr { struct
|
| /freebsd-10-stable/include/arpa/ |
| D | tftp.h | 53 struct tftphdr { struct
|
| /freebsd-10-stable/contrib/pf/tftp-proxy/ |
| D | tftp-proxy.c | 76 struct tftphdr *tp; in main() 204 tp = (struct tftphdr *)req; in main()
|