HomeSort by relevance Sort by last modified time
    Searched refs:GatewayAddressCount (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 158 UINT32 GatewayAddressCount; ///< Gateway address count
Ip4Config2Nv.c 663 Ip4NvData->GatewayAddressCount = 1;
761 DataSize = Ip4NvData->GatewayAddressCount * sizeof (EFI_IPv4_ADDRESS);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 171 UINT32 GatewayAddressCount; ///< Gateway address count
Ip6ConfigNv.c 830 DataSize = sizeof (EFI_IPv6_ADDRESS) * Ip6NvData->GatewayAddressCount;
    [all...]

Completed in 844 milliseconds