Searched refs:Ip4Config (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.h22 #define SIZEOF_IP4_CONFIG_INFO(Ip4Config) \
24 sizeof (EFI_IP4_ROUTE_TABLE) * (Ip4Config)->RouteTableSize)
81 Reclaim Ip4Config Variables for NIC which has been removed from the platform.
H A DIp4ConfigDriver.c16 #include "Ip4Config.h"
171 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; local
195 (VOID **) &Ip4Config,
371 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; local
390 (VOID **) &Ip4Config,
400 Instance = IP4_CONFIG_INSTANCE_FROM_IP4CONFIG (Ip4Config);
430 (VOID **) &Ip4Config,
440 Instance = IP4_CONFIG_INSTANCE_FROM_IP4CONFIG (Ip4Config);
H A DIp4Config.c15 #include "Ip4Config.h"
168 EFI_IP4_IPCONFIG_DATA *Ip4Config; local
217 Ip4Config = &Instance->NicConfig->Ip4Info;
218 Ip4Config->StationAddress = Dhcp4Mode.ClientAddress;
219 Ip4Config->SubnetMask = Dhcp4Mode.SubnetMask;
224 Ip4Config->RouteTableSize = 1;
231 CopyMem (&Ip4Config->RouteTable[0].SubnetAddress, &Subnet, sizeof (EFI_IPv4_ADDRESS));
232 CopyMem (&Ip4Config->RouteTable[0].SubnetMask, &Dhcp4Mode.SubnetMask, sizeof (EFI_IPv4_ADDRESS));
233 ZeroMem (&Ip4Config->RouteTable[0].GatewayAddress, sizeof (EFI_IPv4_ADDRESS));
239 Ip4Config
[all...]
H A DIp4Config.h21 #include <Protocol/Ip4Config.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DNicIp4ConfigNvData.h18 #include <Protocol/Ip4Config.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c35 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; member in struct:__anon12895
1433 EFI_IP4_IPCONFIG_DATA *Ip4Config; local
1482 Ip4Config = &NicInfo->ConfigInfo->Ip4Info;
1491 (UINTN)Ip4Config->StationAddress.Addr[0],
1492 (UINTN)Ip4Config->StationAddress.Addr[1],
1493 (UINTN)Ip4Config->StationAddress.Addr[2],
1494 (UINTN)Ip4Config->StationAddress.Addr[3]
1503 (UINTN)Ip4Config->SubnetMask.Addr[0],
1504 (UINTN)Ip4Config->SubnetMask.Addr[1],
1505 (UINTN)Ip4Config
[all...]
H A DUefiShellNetwork1CommandsLib.h29 #include <Protocol/Ip4Config.h>
H A DPing.c881 EFI_IP4_CONFIG_DATA Ip4Config; local
1134 ZeroMem (&Ip4Config, sizeof (EFI_IP4_CONFIG_DATA));
1139 // PING_IP4_COPY_ADDRESS (&Ip4Config.StationAddress, &Private->SrcAddress);
1140 // Ip4Config.SubnetMask.Addr[0] = 0xFF;
1141 // Ip4Config.SubnetMask.Addr[1] = 0xFF;
1142 // Ip4Config.SubnetMask.Addr[2] = 0xFF;
1143 // Ip4Config.SubnetMask.Addr[3] = 0x00;
1144 Ip4Config.DefaultProtocol = 1;
1145 Ip4Config.AcceptAnyProtocol = FALSE;
1146 Ip4Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.c213 IpSb->Ip4Config = NULL;
380 if (IpSb->Ip4Config != NULL) {
381 IpSb->Ip4Config->Stop (IpSb->Ip4Config);
393 IpSb->Ip4Config = NULL;
584 if (IpSb->Ip4Config != NULL && (IpSb->State != IP4_SERVICE_DESTORY)) {
586 IpSb->Ip4Config->Stop (IpSb->Ip4Config);
607 IpSb->Ip4Config = NULL;
H A DIp4Impl.c552 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; local
569 Ip4Config = IpSb->Ip4Config;
608 Ip4Config->Stop (Ip4Config);
609 Ip4Config->Start (Ip4Config, IpSb->DoneEvent, IpSb->ReconfigEvent);
618 if (Ip4Config->GetData (Ip4Config, &Len, NULL) != EFI_BUFFER_TOO_SMALL) {
628 Status = Ip4Config
727 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; local
[all...]
H A DIp4Impl.h22 #include <Protocol/Ip4Config.h>
200 EFI_IP4_CONFIG_PROTOCOL *Ip4Config; member in struct:_IP4_SERVICE
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeCommon.h21 #include <Protocol/Ip4Config.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h87 #include <Protocol/Ip4Config.h>

Completed in 58 milliseconds