Searched refs:EFI_MTFTP4_OPCODE_ERROR (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Wrq.c410 ((Opcode == EFI_MTFTP4_OPCODE_OACK) || (Opcode == EFI_MTFTP4_OPCODE_ERROR))) {
423 if (Opcode != EFI_MTFTP4_OPCODE_ERROR) {
453 case EFI_MTFTP4_OPCODE_ERROR:
H A DMtftp4Rrq.c697 ((Opcode == EFI_MTFTP4_OPCODE_OACK) || (Opcode == EFI_MTFTP4_OPCODE_ERROR))) {
710 if (Opcode != EFI_MTFTP4_OPCODE_ERROR) {
741 case EFI_MTFTP4_OPCODE_ERROR:
H A DMtftp4Support.c371 TftpError->OpCode = HTONS (EFI_MTFTP4_OPCODE_ERROR);
H A DMtftp4Impl.c125 case EFI_MTFTP4_OPCODE_ERROR:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp4.h41 #define EFI_MTFTP4_OPCODE_ERROR 5 macro
191 EFI_MTFTP4_OPCODE_OACK or EFI_MTFTP4_OPCODE_ERROR packets during a call to
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c31 EFI_MTFTP4_OPCODE_OACK or EFI_MTFTP4_OPCODE_ERROR packets during a call to
60 if (Packet->OpCode == EFI_MTFTP4_OPCODE_ERROR) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c474 EFI_MTFTP4_OPCODE_OACK or EFI_MTFTP4_OPCODE_ERROR packets during a call to
503 if (Packet->OpCode == EFI_MTFTP4_OPCODE_ERROR) {

Completed in 67 milliseconds