Searched defs:GatewayAddress (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Main.h75 EFI_IPv4_ADDRESS *GatewayAddress; member in struct:_TCP4_ROUTE_INFO
171 Direct route is added with GatewayAddress set to 0.0.0.0. Packets are sent to
190 @param GatewayAddress The gateway address for this route.
215 IN EFI_IPv4_ADDRESS *GatewayAddress
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4NvData.h44 CHAR16 GatewayAddress[IP4_STR_MAX_SIZE]; ///< Gateway address member in struct:__anon11213
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6NvData.h63 CHAR16 GatewayAddress[ADDRESS_STR_MAX_SIZE]; ///< Gateway address member in struct:__anon12505
H A DIp6ConfigImpl.h172 LIST_ENTRY GatewayAddress; ///< Gateway address member in struct:__anon12490
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMain.h90 EFI_IPv4_ADDRESS *GatewayAddress; member in struct:_TCP4_ROUTE_INFO
169 @param[in] GatewayAddress The gateway address for this route.
192 IN EFI_IPv4_ADDRESS *GatewayAddress
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUdp4.h94 EFI_IPv4_ADDRESS *GatewayAddress; //OPTIONAL member in struct:__anon12357
242 A zero GatewayAddress is a nonroute. Packets are sent to the destination IP
258 @param GatewayAddress The gateway IP address for this route.
277 IN EFI_IPv4_ADDRESS *GatewayAddress
H A DDhcp4.h392 EFI_IPv4_ADDRESS GatewayAddress; member in struct:__anon12102
H A DIp4.h132 EFI_IPv4_ADDRESS GatewayAddress; member in struct:__anon12162
222 EFI_IPv4_ADDRESS GatewayAddress; member in struct:__anon12168
395 A GatewayAddress that is zero is a nonroute. Packets are sent to the destination
412 @param GatewayAddress The unicast gateway IPv4 address for this route.
422 - GatewayAddress is NULL.
425 - *GatewayAddress is not a valid unicast IPv4 address.
439 IN EFI_IPv4_ADDRESS *GatewayAddress
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c146 A GatewayAddress that is zero is a nonroute. Packets are sent to the destination
163 @param[in] GatewayAddress The unicast gateway IPv4 address for this route.
173 - GatewayAddress is NULL.
176 - *GatewayAddress is not a valid unicast IPv4 address.
190 IN EFI_IPv4_ADDRESS *GatewayAddress
564 IP4_ADDR GatewayAddress; local
673 GatewayAddress = EFI_NTOHL (RouteEntry->GatewayAddress);
674 Ip4AddRoute (IpSb->DefaultRouteTable, SubnetAddress, SubnetMask, GatewayAddress);
1474 A GatewayAddress tha
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c772 Token.Packet.TxData. GatewayAddress is not a
793 IP4_ADDR GatewayAddress; local
827 if (TxData->GatewayAddress != NULL) {
828 CopyMem (&GatewayAddress, TxData->GatewayAddress, sizeof (IP4_ADDR));
830 if (!NetIp4IsUnicast (NTOHL (GatewayAddress), 0)) {
832 // The specified GatewayAddress is not a unicast IPv4 address while it's not 0.
1766 ZeroMem (&Override.Ip4OverrideData.GatewayAddress, sizeof (EFI_IPv4_ADDRESS));

Completed in 62 milliseconds