Home
last modified time | relevance | path

Searched refs:IPv4_DEVICE_PATH (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h266 } IPv4_DEVICE_PATH; typedef
507 IPv4_DEVICE_PATH Ipv4;
555 IPv4_DEVICE_PATH *Ipv4;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h594 } IPv4_DEVICE_PATH; typedef
1237 IPv4_DEVICE_PATH Ipv4;
1294 IPv4_DEVICE_PATH *Ipv4;
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootConfig.c81 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH)); in HttpBootAddBootOption()
88 SetDevicePathNodeLength (Node, sizeof (IPv4_DEVICE_PATH)); in HttpBootAddBootOption()
DHttpBootDxe.c448 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH)); in HttpBootIp4DxeDriverBindingStart()
455 SetDevicePathNodeLength (Node, sizeof (IPv4_DEVICE_PATH)); in HttpBootIp4DxeDriverBindingStart()
DHttpBootClient.c45 Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH)); in HttpBootUpdateDevicePath()
51 SetDevicePathNodeLength (Node, sizeof (IPv4_DEVICE_PATH)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c562 IPv4_DEVICE_PATH Ip4Node; in PxeBcCreateIp4Children()
760 ZeroMem (&Ip4Node, sizeof (IPv4_DEVICE_PATH)); in PxeBcCreateIp4Children()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1001 IPv4_DEVICE_PATH *Ip; in DevPathSerialIPv4()
1007 Ip = (IPv4_DEVICE_PATH *) DevicePathNode; in DevPathSerialIPv4()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1040 IPv4_DEVICE_PATH *IPv4DevicePathNode; in BdsTftpLoadImage()
1050 IPv4DevicePathNode = (IPv4_DEVICE_PATH*)RemainingDevicePath; in BdsTftpLoadImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Misc.c896 IPv4_DEVICE_PATH Ip4DPathNode; in TcpInstallDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpMisc.c987 IPv4_DEVICE_PATH Ip4DPathNode; in TcpInstallDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1312 IPv4_DEVICE_PATH *IPDevPath; in DevPathToTextIPv4()
1328 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv4_DEVICE_PATH)) { in DevPathToTextIPv4()
DDevicePathFromText.c2038 IPv4_DEVICE_PATH *IPv4; in DevPathFromTextIPv4()
2046 IPv4 = (IPv4_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextIPv4()
2049 (UINT16) sizeof (IPv4_DEVICE_PATH) in DevPathFromTextIPv4()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h1269 IN OUT IPv4_DEVICE_PATH *Node,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2555 IN OUT IPv4_DEVICE_PATH *Node, in NetLibCreateIPv4DPathNode()
2567 SetDevicePathNodeLength (&Node->Header, sizeof (IPv4_DEVICE_PATH)); in NetLibCreateIPv4DPathNode()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8540 IPv4_DEVICE_PATH *IPv4DevicePath;