Searched refs:Mtftp6 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c126 EFI_MTFTP6_PROTOCOL *Mtftp6; local
137 Mtftp6 = Private->Mtftp6;
144 Status = Mtftp6->Configure (Mtftp6, Config);
163 Status = Mtftp6->GetInfo (
164 Mtftp6,
193 Status = Mtftp6->ParseOptions (
194 Mtftp6,
221 Mtftp6
254 EFI_MTFTP6_PROTOCOL *Mtftp6; local
337 EFI_MTFTP6_PROTOCOL *Mtftp6; local
412 EFI_MTFTP6_PROTOCOL *Mtftp6; local
[all...]
H A DPxeBcImpl.h34 #include <Protocol/Mtftp6.h>
131 EFI_MTFTP6_PROTOCOL *Mtftp6; member in struct:_PXEBC_PRIVATE_DATA
H A DPxeBcDriver.c350 // Close Mtftp6 for PxeBc->Mtftp and destroy the instance.
825 // Create Mtftp6 child and open Mtftp6 protocol for PxeBc->Mtftp.
840 (VOID **) &Private->Mtftp6,
1143 // Try to open the Mtftp6 and Dhcp6 protocol to test whether IPv4 stack is ready.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Driver.c3 implementation for Mtftp6 Driver.
130 // and Mtftp6 driver.
226 &Mtftp6Ins->Mtftp6,
354 // Create Mtftp6 service for this Nic handle
382 // Install the Mtftp6 service on the Nic handle.
440 // Locate the Nic handle to retrieve the Mtftp6 private data.
471 // Destory the Mtftp6 service if there is no Mtftp6 child instance left.
485 // Destory the Mtftp6 child instance one by one.
547 // Install the Mtftp6 protoco
628 EFI_MTFTP6_PROTOCOL *Mtftp6; local
[all...]
H A DMtftp6Impl.h2 Mtftp6 internal data structure and definition declaration.
22 #include <Protocol/Mtftp6.h>
51 #define MTFTP6_INSTANCE_FROM_THIS(a) CR (a, MTFTP6_INSTANCE, Mtftp6, MTFTP6_INSTANCE_SIGNATURE)
68 EFI_MTFTP6_PROTOCOL Mtftp6; member in struct:_MTFTP6_INSTANCE
H A DMtftp6Wrq.c2 Mtftp6 Wrq process functions implementation.
21 Build and send a Mtftp6 data packet for upload.
23 @param[in] Instance The pointer to the Mtftp6 instance.
89 Status = Token->PacketNeeded (&Instance->Mtftp6, Token, &DataLen, (VOID*) &DataBuf);
133 @param[in] Instance The pointer to the Mtftp6 instance.
200 // Send the Mtftp6 error message if block number rolls back.
269 @param[in] Instance The pointer to the Mtftp6 instance.
335 // Send the Mtftp6 error message if invalid Oack packet received.
373 The packet process callback for Mtftp6 upload.
465 &Instance->Mtftp6,
[all...]
H A DMtftp6Rrq.c2 Mtftp6 Rrq process functions implementation.
22 @param[in] Instance The pointer to the Mtftp6 instance.
71 @param[in] Instance The pointer to the Mtftp6 instance.
132 Status = Token->CheckPacket (&Instance->Mtftp6, Token, (UINT16) Len, Packet);
142 // Send the Mtftp6 error message if user aborted the current session.
180 // Send the Mtftp6 error message if no enough buffer.
200 @param[in] Instance The pointer to the Mtftp6 instance.
305 @param[in] Instance The pointer to the Mtftp6 instance.
430 @param[in] Instance The pointer to the Mtftp6 instance.
499 // Send the Mtftp6 erro
[all...]
H A DMtftp6Support.c2 Mtftp6 support functions implementation.
365 The configure routine for Mtftp6 instance to transmit/receive.
373 @retval EFI_SUCCESS Configured the Udp6 Io for Mtftp6 successfully.
436 Build and transmit the request packet for the Mtftp6 instance.
438 @param[in] Instance The pointer to the Mtftp6 instance.
488 // Compute the size of new Mtftp6 packet.
547 @param[in] Instance The pointer to the Mtftp6 instance.
627 Send the packet for the Mtftp6 instance.
629 @param[in] Instance The pointer to the Mtftp6 instance.
813 @param[in] This The pointer to the Mtftp6 protoco
[all...]

Completed in 62 milliseconds