Home
last modified time | relevance | path

Searched refs:IPv6_DEVICE_PATH (Results 1 – 13 of 13) 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
1238 IPv6_DEVICE_PATH Ipv6;
1295 IPv6_DEVICE_PATH *Ipv6;
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootConfig.c90 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH)); in HttpBootAddBootOption()
97 SetDevicePathNodeLength (Node, sizeof (IPv6_DEVICE_PATH)); in HttpBootAddBootOption()
DHttpBootDxe.c944 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH)); in HttpBootIp6DxeDriverBindingStart()
952 SetDevicePathNodeLength (Node, sizeof (IPv6_DEVICE_PATH)); in HttpBootIp6DxeDriverBindingStart()
DHttpBootClient.c59 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH)); in HttpBootUpdateDevicePath()
65 SetDevicePathNodeLength (Node, sizeof (IPv6_DEVICE_PATH)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1057 IPv6_DEVICE_PATH *Ip; in DevPathSerialIPv6()
1065 Ip = (IPv6_DEVICE_PATH *) DevicePathNode; in DevPathSerialIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c895 IPv6_DEVICE_PATH Ip6Node; in PxeBcCreateIp6Children()
1103 ZeroMem (&Ip6Node, sizeof (IPv6_DEVICE_PATH)); in PxeBcCreateIp6Children()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpMisc.c988 IPv6_DEVICE_PATH Ip6DPathNode; in TcpInstallDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1358 IPv6_DEVICE_PATH *IPDevPath; in DevPathToTextIPv6()
1385 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv6_DEVICE_PATH)) { in DevPathToTextIPv6()
DDevicePathFromText.c2094 IPv6_DEVICE_PATH *IPv6; in DevPathFromTextIPv6()
2102 IPv6 = (IPv6_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextIPv6()
2105 (UINT16) sizeof (IPv6_DEVICE_PATH) in DevPathFromTextIPv6()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h1299 IN OUT IPv6_DEVICE_PATH *Node,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2611 IN OUT IPv6_DEVICE_PATH *Node, in NetLibCreateIPv6DPathNode()
2622 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;