Home
last modified time | relevance | path

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

/trueos/sys/boot/arm/at91/libat91/
HDemac.c177 tftp_header_t tftpHeader; in TFTP_RequestFile() local
181 tftpHeader.opcode = TFTP_RRQ_OPCODE; in TFTP_RequestFile()
183 cPtr = (char*)&(tftpHeader.block_num); in TFTP_RequestFile()
191 Send_TFTP_Packet((char*)&tftpHeader, length); in TFTP_RequestFile()
204 tftp_header_t tftpHeader; in TFTP_ACK_Data() local
214 tftpHeader.opcode = TFTP_ACK_OPCODE; in TFTP_ACK_Data()
215 tftpHeader.block_num = SWAP16(ackBlock); in TFTP_ACK_Data()
216 Send_TFTP_Packet((char*)&tftpHeader, 4); in TFTP_ACK_Data()