16#define TFTP_DEFAULT_BLKSIZE 512
17#define TFTP_MAX_BLKSIZE 1432
26#define TFTP_ERR_FILE_NOT_FOUND 1
27#define TFTP_ERR_ACCESS_DENIED 2
28#define TFTP_ERR_DISK_FULL 3
29#define TFTP_ERR_ILLEGAL_OP 4
30#define TFTP_ERR_UNKNOWN_TID 5
31#define TFTP_ERR_FILE_EXISTS 6
32#define TFTP_ERR_UNKNOWN_USER 7
33#define TFTP_ERR_BAD_OPTS 8
35#define MTFTP_PORT 1759
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
union tftp_any __attribute__
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
A TFTP acknowledgement (ACK) packet.
The common header of all TFTP packets.
A TFTP data (DATA) packet.
A TFTP error (ERROR) packet.
A TFTP options acknowledgement (OACK) packet.
A TFTP read request (RRQ) packet.
A union encapsulating all TFTP packet types.
struct tftp_common common