Home | History | Annotate | Download | only in Mtftp6Dxe

Lines Matching refs:Udp6

264   Configure the opened Udp6 instance until the corresponding Ip6 instance

267 @param[in] UdpIo The pointer to the Udp6 Io.
268 @param[in] UdpCfgData The pointer to the Udp6 configure data.
270 @retval EFI_SUCCESS Configure the Udp6 instance successfully.
282 EFI_UDP6_PROTOCOL *Udp6;
287 Udp6 = UdpIo->Protocol.Udp6;
317 Udp6->Poll (Udp6);
319 Status = Udp6->GetModeData (Udp6, NULL, &Ip6Mode, NULL, NULL);
348 // Continue to configure the Udp6 instance.
350 Status = Udp6->Configure (Udp6, UdpCfgData);
368 The dummy configure routine for create a new Udp6 Io.
370 @param[in] UdpIo The pointer to the Udp6 Io.
390 @param[in] UdpIo The pointer to the Udp6 Io.
396 @retval EFI_SUCCESS Configured the Udp6 Io for Mtftp6 successfully.
411 EFI_UDP6_PROTOCOL *Udp6;
414 Udp6 = UdpIo->Protocol.Udp6;
415 Udp6Cfg = &(UdpIo->Config.Udp6);
420 // Set the Udp6 Io configure data.
445 // Configure the Udp6 instance with current configure data.
447 Status = Udp6->Configure (Udp6, Udp6Cfg);
648 @param[in] UdpEpt The pointer to the Udp6 access point.
683 EFI_UDP6_PROTOCOL *Udp6;
691 Udp6 = Instance->UdpIo->Protocol.Udp6;
710 Status = Udp6->Configure (Udp6, NULL);
729 // Get the current local address and port by get Udp6 mode data.
731 Status = Udp6->GetModeData (Udp6, &Udp6CfgData, NULL, NULL, NULL);
760 Udp6->Poll (Udp6);
768 // Currently local address and local port are specified by Udp6 mode data.
770 Status = Udp6->Configure (Udp6, NULL);
787 // Currently local address and local port are specified by Udp6 mode data.
789 Status = Udp6->GetModeData (Udp6, &Udp6CfgData, NULL, NULL, NULL);
796 Status = Udp6->Configure (Udp6, NULL);
838 Udp6->Poll (Udp6);