Home
last modified time | relevance | path

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

/trueos/sys/boot/arm/at91/libat91/
HDemac.c177 tftp_header_t tftpHeader; in TFTP_RequestFile()
204 tftp_header_t tftpHeader; in TFTP_ACK_Data()
303 tftp_header_t *tftpHdr; in CheckForNewPacket()
306 tftpHdr = (tftp_header_t*)((char*)udpHdr + 8); in CheckForNewPacket()
HDemac.h105 } __attribute__((__packed__)) tftp_header_t; typedef