Searched refs:GatewayIp (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c187 CopyMem (&Gateway, &Override->GatewayIp, sizeof (IP4_ADDR));
309 if (!Config->UseDefaultSetting && !EFI_IP4_EQUAL (&mZeroIp4Addr, &Config->GatewayIp)) {
319 &Config->GatewayIp
436 CopyMem (&Instance->Gateway, &Config->GatewayIp, sizeof (IP4_ADDR));
445 CopyMem (&Instance->Gateway, &Override->GatewayIp, sizeof (IP4_ADDR));
592 MtftpConfigData.GatewayIp is not a valid IPv4
648 CopyMem (&Gateway, &ConfigData->GatewayIp, sizeof (IP4_ADDR));
H A DMtftp4Rrq.c431 !EFI_IP4_EQUAL (&mZeroIp4Addr, &Config->GatewayIp)) {
441 &Config->GatewayIp
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFtp4.h109 EFI_IPv4_ADDRESS GatewayIp; member in struct:__anon12142
H A DMtftp4.h158 EFI_IPv4_ADDRESS GatewayIp; member in struct:__anon12227
176 EFI_IPv4_ADDRESS GatewayIp; member in struct:__anon12229
H A DPxeBaseCode.h585 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
598 @param GatewayIp The gateway IP address.
624 IN EFI_IP_ADDRESS *GatewayIp, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.h93 EFI_IP_ADDRESS GatewayIp; member in struct:_PXEBC_PRIVATE_DATA
H A DPxeBcImpl.c645 CopyMem (&Private->GatewayIp, &Dhcp4Mode.RouterAddress, sizeof (EFI_IPv4_ADDRESS));
697 if (Private->GatewayIp.Addr[0] != 0) {
701 Mode->RouteTable[1].GwAddr.Addr[0] = Private->GatewayIp.Addr[0];
1200 &Mtftp4Config.GatewayIp,
1201 &Private->GatewayIp,
1305 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
1318 @param GatewayIp The gateway IP address.
1344 IN EFI_IP_ADDRESS *GatewayIp OPTIONAL,
1371 if ((GatewayIp != NULL) && !NetIp4IsUnicast (NTOHL (GatewayIp
[all...]
H A DPxeBcDhcp.c1205 CopyMem (&Token.GatewayAddress, &Private->GatewayIp, sizeof (EFI_IPv4_ADDRESS));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.h164 EFI_IP_ADDRESS GatewayIp; member in struct:_PXEBC_PRIVATE_DATA
H A DPxeBcImpl.c868 CopyMem (&Mtftp4Config.GatewayIp, &Private->GatewayIp.v4, sizeof (EFI_IPv4_ADDRESS));
987 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
1000 @param[in] GatewayIp The gateway IP address.
1026 IN EFI_IP_ADDRESS *GatewayIp OPTIONAL,
1055 if (!Mode->UsingIpv6 && GatewayIp != NULL && !NetIp4IsUnicast (NTOHL (GatewayIp->Addr[0]), 0)) {
1102 &Private->GatewayIp.v4,
1163 (EFI_IPv4_ADDRESS *) GatewayIp,
H A DPxeBcDhcp4.c1400 CopyMem (&Token.GatewayAddress, &Private->GatewayIp, sizeof (EFI_IPv4_ADDRESS));
1573 CopyMem (&Private->GatewayIp, &Mode.RouterAddress, sizeof (EFI_IPv4_ADDRESS));

Completed in 75 milliseconds