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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 166 HTTP4_IO_CONFIG_DATA Config4;
HttpBootSupport.c 740 HttpConfigData.TimeOutMillisec = ConfigData->Config4.RequestTimeOut;
744 Http4AccessPoint.UseDefaultAddress = ConfigData->Config4.UseDefaultAddress;
745 Http4AccessPoint.LocalPort = ConfigData->Config4.LocalPort;
746 IP4_COPY_ADDRESS (&Http4AccessPoint.LocalAddress, &ConfigData->Config4.LocalIp);
747 IP4_COPY_ADDRESS (&Http4AccessPoint.LocalSubnet, &ConfigData->Config4.SubnetMask);
HttpBootClient.c 434 ConfigData.Config4.HttpVersion = HttpVersion11;
435 ConfigData.Config4.RequestTimeOut = HTTP_BOOT_REQUEST_TIMEOUT;
436 IP4_COPY_ADDRESS (&ConfigData.Config4.LocalIp, &Private->StationIp.v4);
437 IP4_COPY_ADDRESS (&ConfigData.Config4.SubnetMask, &Private->SubnetMask.v4);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
r8169.h 211 Config4 = 0x55,
r8169.c 1222 RTL_W8(Config4, RTL_R8(Config4) & ~(1 << 0));
    [all...]

Completed in 154 milliseconds