HomeSort by relevance Sort by last modified time
    Searched defs:Udp (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 221 Poll the UDP to get the IP4 default address, which may be retrieved
225 the UDP is reconfigured.
229 @param UdpCfgData The UDP configure data to reconfigure the UDP_IO
231 @retval TRUE The default address is retrieved and UDP is reconfigured.
244 EFI_UDP4_PROTOCOL *Udp;
250 Udp = UdpIo->Protocol.Udp4;
262 Udp->Poll (Udp);
264 if (!EFI_ERROR (Udp->GetModeData (Udp, NULL, &Ip4Mode, NULL, NULL)) &&
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 284 // Config UDP
790 EFI_UDP4_PROTOCOL *Udp;
804 Udp = Instance->UdpIo->Protocol.Udp4;
806 return Udp->Poll (Udp);
    [all...]
DnsImpl.c 528 Poll the UDP to get the IP4 default address, which may be retrieved
532 the UDP is reconfigured.
536 @param UdpCfgData The UDP configure data to reconfigure the UDP_IO
538 @retval TRUE The default address is retrieved and UDP is reconfigured.
551 EFI_UDP4_PROTOCOL *Udp;
557 Udp = UdpIo->Protocol.Udp4;
569 Udp->Poll (Udp);
571 if (!EFI_ERROR (Udp->GetModeData (Udp, NULL, &Ip4Mode, NULL, NULL)) &&
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 64 Check if the NIC handle is binded to a Udp service.
83 IKE_UDP_SERVICE *Udp;
85 Udp = NULL;
90 Udp = IPSEC_UDP_SERVICE_FROM_LIST (Entry);
92 // Find the right udp service which installed on the appointed NIC handle.
94 if (Handle == Udp->NicHandle) {
97 Udp = NULL;
101 return Udp;
226 // Check whether the input and output udp io are both configured.
559 // Try to open udp io for output if it hasn't.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 185 // UDP header definition
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/
aws-java-sdk-ecs-1.11.18.jar 

Completed in 350 milliseconds