Searched refs:tftpHeader (Results 1 – 1 of 1) sorted by relevance
177 tftp_header_t tftpHeader; in TFTP_RequestFile() local181 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() local214 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()