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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcSupport.c 71 EFI_UDP4_CONFIG_DATA Udp4CfgData;
74 ZeroMem (&Udp4CfgData, sizeof (Udp4CfgData));
76 Udp4CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
77 Udp4CfgData.TypeOfService = DEFAULT_ToS;
78 Udp4CfgData.TimeToLive = DEFAULT_TTL;
79 Udp4CfgData.AllowDuplicatePort = TRUE;
81 CopyMem (&Udp4CfgData.StationAddress, StationIp, sizeof (*StationIp));
82 CopyMem (&Udp4CfgData.SubnetMask, SubnetMask, sizeof (*SubnetMask));
84 Udp4CfgData.StationPort = *SrcPort;
    [all...]
PxeBcImpl.h 86 EFI_UDP4_CONFIG_DATA Udp4CfgData;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 564 EFI_UDP4_CONFIG_DATA *Udp4CfgData;
850 Udp4CfgData = &Private->Udp4CfgData;
853 Udp4CfgData->AcceptBroadcast = FALSE;
854 Udp4CfgData->AcceptAnyPort = TRUE;
855 Udp4CfgData->AllowDuplicatePort = TRUE;
856 Udp4CfgData->TypeOfService = Mode->ToS;
857 Udp4CfgData->TimeToLive = Mode->TTL;
858 Udp4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
859 Udp4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME;
    [all...]
PxeBcSupport.c 64 CopyMem (&Private->Udp4CfgData.StationAddress, StationIp, sizeof (EFI_IPv4_ADDRESS));
65 CopyMem (&Private->Udp4CfgData.SubnetMask, SubnetMask, sizeof (EFI_IPv4_ADDRESS));
507 EFI_UDP4_CONFIG_DATA Udp4CfgData;
510 ZeroMem (&Udp4CfgData, sizeof (Udp4CfgData));
512 Udp4CfgData.TransmitTimeout = PXEBC_DEFAULT_LIFETIME;
513 Udp4CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
514 Udp4CfgData.TypeOfService = DEFAULT_ToS;
515 Udp4CfgData.TimeToLive = DEFAULT_TTL;
516 Udp4CfgData.AllowDuplicatePort = TRUE;
    [all...]
PxeBcImpl.h 151 EFI_UDP4_CONFIG_DATA Udp4CfgData;

Completed in 586 milliseconds