Home
last modified time | relevance | path

Searched refs:EFI_MTFTP6_OPCODE_OACK (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Wrq.c462 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR) in Mtftp6WrqInput()
512 case EFI_MTFTP6_OPCODE_OACK: in Mtftp6WrqInput()
DMtftp6Option.c361 if (NTOHS (Packet->OpCode) != EFI_MTFTP6_OPCODE_OACK) { in Mtftp6ParseStart()
DMtftp6Rrq.c759 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR) in Mtftp6RrqInput()
815 case EFI_MTFTP6_OPCODE_OACK: in Mtftp6RrqInput()
DMtftp6Support.c885 case EFI_MTFTP6_OPCODE_OACK: in Mtftp6CheckPacket()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DMtftp6.h47 #define EFI_MTFTP6_OPCODE_OACK 6 ///< The MTFTPv6 packet is an option acknowledgement packet. macro