HomeSort by relevance Sort by last modified time
    Searched defs:Gateway (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiMisc.h 34 EFI_IPv4_ADDRESS Gateway;
IScsiTcp4Io.h 24 EFI_IPv4_ADDRESS Gateway;
IScsiConfigNVDataStruc.h 91 CHAR16 Gateway[IP4_STR_MAX_SIZE];
IScsiConfig.c 380 IScsiIpToStr (&SessionConfigData->Gateway, IfrNvData->Gateway);
677 EFI_IP_ADDRESS Gateway;
752 IScsiUnicodeStrToAsciiStr (IfrNvData->Gateway, Ip4String);
753 Status = IScsiAsciiStrToIp (Ip4String, &Gateway.v4);
754 if (EFI_ERROR (Status) || ((Gateway.Addr[0] != 0) && !NetIp4IsUnicast (NTOHL (Gateway.Addr[0]), 0))) {
755 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Gateway!", NULL);
758 CopyMem (&Private->Current->SessionConfigData.Gateway, &Gateway.v4, sizeof (Gateway.v4));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.c 107 IP4_ADDR Gateway;
116 Gateway = NTOHL (Icmp->Fourth);
119 // discard the packet if the new gateway address it specifies
123 if ((IpIf == NULL) || !IP4_NET_EQUAL (Gateway, IpIf->Ip, IpIf->SubnetMask)) {
143 // Only update the route cache's gateway if the source of the
144 // Redirect is the current first-hop gateway
147 CacheEntry->NextHop = Gateway;
Ip4Config2Impl.c 589 Set the station address, subnetmask and gateway address for the default interface.
594 @param[in] GatewayAddress Gateway to be set.
    [all...]
Ip4Config2Impl.h 116 EFI_IPv4_ADDRESS *Gateway;
146 // EFI_IPv4_ADDRESS Gateway[];
161 EFI_IPv4_ADDRESS *GatewayAddress; ///< Gateway address
162 UINT32 GatewayAddressCount; ///< Gateway address count
Ip4Config2Nv.c 472 // Get the Gateway info.
561 EFI_IP_ADDRESS Gateway;
623 Status = Ip4Config2StrToIp (IfrFormNvData->GatewayAddress, &Gateway.v4);
624 if (EFI_ERROR (Status) || ((Gateway.Addr[0] != 0) && !NetIp4IsUnicast (NTOHL (Gateway.Addr[0]), 0))) {
625 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Gateway!", NULL);
671 CopyMem(Ip4NvData->GatewayAddress, &Gateway.v4, sizeof(EFI_IPv4_ADDRESS));
759 // Set gateway.
    [all...]
Ip4Impl.c 139 address arithmetically AND-ed with the SubnetMask. The gateway address must be
149 are addressed to a local subnet (gateway address of 0.0.0.0).
163 @param[in] GatewayAddress The unicast gateway IPv4 address for this route.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiMisc.h 44 EFI_IP_ADDRESS Gateway;
IScsiConfig.c 383 CopyMem (&Ip.v4, &SessionConfigData->Gateway, sizeof (EFI_IPv4_ADDRESS));
384 IScsiIpToStr (&Ip, FALSE, IfrNvData->Gateway);
441 EFI_IP_ADDRESS Gateway;
507 CopyMem (&Gateway.v4, &Attempt->SessionConfigData.Gateway, sizeof (Gateway.v4));
509 if ((Gateway.Addr[0] != 0)) {
514 L"Gateway address is set but subnet mask is zero.",
519 } else if (!IP4_NET_EQUAL (HostIp.Addr[0], Gateway.Addr[0], SubnetMask.Addr[0])) {
523 L"Local IP and Gateway are not in the same subnet.",
    [all...]
IScsiConfigNVDataStruc.h 154 CHAR16 Gateway[IP4_STR_MAX_SIZE];
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 87 Instance->Gateway = 0;
172 It will first validate whether the server is a valid unicast. If a gateway
192 IP4_ADDR Gateway;
201 CopyMem (&Gateway, &Override->GatewayIp, sizeof (IP4_ADDR));
202 Gateway = NTOHL (Gateway);
204 if (!Config->UseDefaultSetting && (Gateway != 0)) {
211 if (!NetIp4IsUnicast (Gateway, Netmask) || !IP4_NET_EQUAL (Gateway, Ip, Netmask)) {
325 // The station IP address is manually configured and the Gateway IP is not 0.
    [all...]
Mtftp4Impl.h 130 IP4_ADDR Gateway;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TcpIoLib.h 37 EFI_IPv4_ADDRESS Gateway;
UdpIoLib.h 121 EFI_IPv4_ADDRESS Gateway;
289 @param[in] Gateway The gateway to use.
305 IN EFI_IP_ADDRESS *Gateway OPTIONAL,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
Dhcp4Io.c 329 EFI_IPv4_ADDRESS Gateway;
371 CopyMem (&Gateway, &Ip, sizeof (EFI_IPv4_ADDRESS));
373 UdpIo->Protocol.Udp4->Routes (UdpIo->Protocol.Udp4, FALSE, &Subnet, &Subnet, &Gateway);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
IScsiBootFirmwareTable.h 107 EFI_IPv6_ADDRESS Gateway;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 116 EFI_IPv6_ADDRESS *Gateway;
149 // EFI_IPv6_ADDRESS Gateway[];
172 LIST_ENTRY GatewayAddress; ///< Gateway address
173 UINT32 GatewayAddressCount; ///< Gateway address count
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IScsiBootFirmwareTable.h 114 EFI_IPv6_ADDRESS Gateway;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 603 EFI_IPv4_ADDRESS Gateway;
689 // Print default gateway of the interface.
693 ZeroMem (&Gateway, sizeof (EFI_IPv4_ADDRESS));
698 CopyMem (&Gateway, &IfCb->IfInfo->RouteTable[Index].GatewayAddress, sizeof (EFI_IPv4_ADDRESS));
708 (UINTN)Gateway.Addr[0],
709 (UINTN)Gateway.Addr[1],
710 (UINTN)Gateway.Addr[2],
711 (UINTN)Gateway.Addr[3]
754 L"Gateway",
867 EFI_IPv4_ADDRESS Gateway;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 238 /// The IPv6 address of the gateway to be used as the next hop for
242 EFI_IPv6_ADDRESS Gateway;
679 the destination IPv6 address arithmetically. The gateway address must be on the same subnet as the
690 PrefixLength and Gateway are used as the key to each
695 @param[in] GatewayAddress The unicast gateway IPv6 address for this route.
    [all...]
  /external/syslinux/efi32/include/efi/
efiip.h 230 EFI_IPv6_ADDRESS Gateway;
  /external/syslinux/efi64/include/efi/
efiip.h 230 EFI_IPv6_ADDRESS Gateway;

Completed in 2661 milliseconds

1 2