Home
last modified time | relevance | path

Searched refs:VendorClass (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c90 OptEnt.VendorClass = (HTTP_BOOT_DHCP6_OPTION_VENDOR_CLASS *) OptList[Index]->Data; in HttpBootBuildDhcp6Options()
91 OptEnt.VendorClass->Vendor = HTONL (HTTP_BOOT_DHCP6_ENTERPRISE_NUM); in HttpBootBuildDhcp6Options()
92 OptEnt.VendorClass->ClassLen = HTONS ((UINT16) sizeof (HTTP_BOOT_CLASS_ID)); in HttpBootBuildDhcp6Options()
94 &OptEnt.VendorClass->ClassId, in HttpBootBuildDhcp6Options()
100 OptEnt.VendorClass->ClassId.ArchitectureType, in HttpBootBuildDhcp6Options()
101 sizeof (OptEnt.VendorClass->ClassId.ArchitectureType) in HttpBootBuildDhcp6Options()
106 OptEnt.VendorClass->ClassId.InterfaceName, in HttpBootBuildDhcp6Options()
108 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in HttpBootBuildDhcp6Options()
112 OptEnt.VendorClass->ClassId.UndiMajor, in HttpBootBuildDhcp6Options()
113 sizeof (OptEnt.VendorClass->ClassId.UndiMajor) in HttpBootBuildDhcp6Options()
[all …]
DHttpBootDhcp6.h75 HTTP_BOOT_DHCP6_OPTION_VENDOR_CLASS *VendorClass; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c140 OptEnt.VendorClass = (PXEBC_DHCP6_OPTION_VENDOR_CLASS *) OptList[Index]->Data; in PxeBcBuildDhcp6Options()
141 OptEnt.VendorClass->Vendor = HTONL (PXEBC_DHCP6_ENTERPRISE_NUM); in PxeBcBuildDhcp6Options()
142 OptEnt.VendorClass->ClassLen = HTONS ((UINT16) sizeof (PXEBC_CLASS_ID)); in PxeBcBuildDhcp6Options()
144 &OptEnt.VendorClass->ClassId, in PxeBcBuildDhcp6Options()
150 OptEnt.VendorClass->ClassId.ArchitectureType, in PxeBcBuildDhcp6Options()
151 sizeof (OptEnt.VendorClass->ClassId.ArchitectureType) in PxeBcBuildDhcp6Options()
156 OptEnt.VendorClass->ClassId.InterfaceName, in PxeBcBuildDhcp6Options()
158 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in PxeBcBuildDhcp6Options()
162 OptEnt.VendorClass->ClassId.UndiMajor, in PxeBcBuildDhcp6Options()
163 sizeof (OptEnt.VendorClass->ClassId.UndiMajor) in PxeBcBuildDhcp6Options()
[all …]
DPxeBcDhcp6.h95 PXEBC_DHCP6_OPTION_VENDOR_CLASS *VendorClass; member