Searched refs:EFI_MTFTP4_OPCODE_OACK (Results 1 - 5 of 5) 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))) {
445 case EFI_MTFTP4_OPCODE_OACK:
H A DMtftp4Rrq.c697 ((Opcode == EFI_MTFTP4_OPCODE_OACK) || (Opcode == EFI_MTFTP4_OPCODE_ERROR))) {
733 case EFI_MTFTP4_OPCODE_OACK:
H A DMtftp4Option.c259 if (NTOHS (Packet->OpCode) != EFI_MTFTP4_OPCODE_OACK) {
H A DMtftp4Impl.c129 case EFI_MTFTP4_OPCODE_OACK:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp4.h42 #define EFI_MTFTP4_OPCODE_OACK 6 macro
191 EFI_MTFTP4_OPCODE_OACK or EFI_MTFTP4_OPCODE_ERROR packets during a call to

Completed in 66 milliseconds