Searched refs:EFI_MTFTP6_OPCODE_RRQ (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c366 Status = Mtftp6OperationStart (This, &Token, EFI_MTFTP6_OPCODE_RRQ);
475 return Mtftp6OperationStart (This, Token, EFI_MTFTP6_OPCODE_RRQ);
H A DMtftp6Support.c663 if (OpCode == EFI_MTFTP6_OPCODE_RRQ || OpCode == EFI_MTFTP6_OPCODE_DIR || OpCode == EFI_MTFTP6_OPCODE_WRQ) {
980 if ((OpCode == EFI_MTFTP6_OPCODE_RRQ || OpCode == EFI_MTFTP6_OPCODE_DIR) &&
1074 case EFI_MTFTP6_OPCODE_RRQ:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp6.h40 #define EFI_MTFTP6_OPCODE_RRQ 1 ///< The MTFTPv6 packet is a read request. macro
99 /// For this packet type, OpCode = EFI_MTFTP6_OPCODE_RRQ for a read request

Completed in 35 milliseconds