Home
last modified time | relevance | path

Searched refs:IPv6_DEVICE_PATH (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h277 } IPv6_DEVICE_PATH; typedef
508 IPv6_DEVICE_PATH Ipv6;
556 IPv6_DEVICE_PATH *Ipv6;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h638 } IPv6_DEVICE_PATH; typedef
1229 IPv6_DEVICE_PATH Ipv6;
1285 IPv6_DEVICE_PATH *Ipv6;
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.c922 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH)); in HttpBootIp6DxeDriverBindingStart()
930 SetDevicePathNodeLength (Node, sizeof (IPv6_DEVICE_PATH)); in HttpBootIp6DxeDriverBindingStart()
DHttpBootClient.c58 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH)); in HttpBootUpdateDevicePath()
64 SetDevicePathNodeLength (Node, sizeof (IPv6_DEVICE_PATH)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c895 IPv6_DEVICE_PATH Ip6Node; in PxeBcCreateIp6Children()
1079 ZeroMem (&Ip6Node, sizeof (IPv6_DEVICE_PATH)); in PxeBcCreateIp6Children()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c947 IPv6_DEVICE_PATH *Ip; in DevPathSerialIPv6()
955 Ip = (IPv6_DEVICE_PATH *) DevicePathNode; in DevPathSerialIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpMisc.c964 IPv6_DEVICE_PATH Ip6DPathNode; in TcpInstallDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1325 IPv6_DEVICE_PATH *IPDevPath; in DevPathToTextIPv6()
1352 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv6_DEVICE_PATH)) { in DevPathToTextIPv6()
DDevicePathFromText.c2066 IPv6_DEVICE_PATH *IPv6; in DevPathFromTextIPv6()
2074 IPv6 = (IPv6_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextIPv6()
2077 (UINT16) sizeof (IPv6_DEVICE_PATH) in DevPathFromTextIPv6()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h1261 IN OUT IPv6_DEVICE_PATH *Node,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2613 IN OUT IPv6_DEVICE_PATH *Node, in NetLibCreateIPv6DPathNode()
2624 SetDevicePathNodeLength (&Node->Header, sizeof (IPv6_DEVICE_PATH)); in NetLibCreateIPv6DPathNode()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8541 - IPv6_DEVICE_PATH *IPv6DevicePath;
8549 - IPv6DevicePath = (IPv6_DEVICE_PATH *) DevicePath;