Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching defs:Gateway

589   Set the station address, subnetmask and gateway address for the default interface.

594 @param[in] GatewayAddress Gateway to be set.
1152 // Clean the ManualAddress, Gateway and DnsServers, shrink the variable
1298 The work function is to set the gateway addresses manually for the EFI IPv4
1301 Ip4Config2PolicyDhcp. The gateway addresses must be unicast IPv4 addresses.
1313 @retval EFI_ABORTED The manual gateway addresses to be set equal the
1328 IP4_ADDR Gateway;
1352 CopyMem (&Gateway, NewGateway + Index1, sizeof (IP4_ADDR));
1354 if (!NetIp4IsUnicast (NTOHL (Gateway), 0)) {
1368 OldGateway = DataItem->Data.Gateway;
1386 CopyMem (&Gateway, OldGateway + Index1, sizeof (IP4_ADDR));
1391 NTOHL (Gateway)
1398 CopyMem (&Gateway, NewGateway + Index1, sizeof (IP4_ADDR));
1403 NTOHL (Gateway)