Searched refs:EFI_MTFTP6_OPCODE_ERROR (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Wrq.c461 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR)
475 if (Opcode != EFI_MTFTP6_OPCODE_ERROR) {
H A DMtftp6Rrq.c739 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR)
753 if (Opcode != EFI_MTFTP6_OPCODE_ERROR) {
H A DMtftp6Support.c584 TftpError->OpCode = HTONS (EFI_MTFTP6_OPCODE_ERROR);
840 case EFI_MTFTP6_OPCODE_ERROR:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp6.h44 #define EFI_MTFTP6_OPCODE_ERROR 5 ///< The MTFTPv6 packet is an error packet. macro
192 /// For this packet type, OpCode = EFI_MTFTP6_OPCODE_ERROR.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c32 EFI_MTFTP6_OPCODE_OACK or EFI_MTFTP6_OPCODE_ERROR packets during a call to
61 if (Packet->OpCode == EFI_MTFTP6_OPCODE_ERROR) {

Completed in 49 milliseconds