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.h100 HTTP_BOOT_DHCP6_OPTION_VENDOR_CLASS *VendorClass; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c139 OptEnt.VendorClass = (PXEBC_DHCP6_OPTION_VENDOR_CLASS *) OptList[Index]->Data; in PxeBcBuildDhcp6Options()
140 OptEnt.VendorClass->Vendor = HTONL (PXEBC_DHCP6_ENTERPRISE_NUM); in PxeBcBuildDhcp6Options()
141 OptEnt.VendorClass->ClassLen = HTONS ((UINT16) sizeof (PXEBC_CLASS_ID)); in PxeBcBuildDhcp6Options()
143 &OptEnt.VendorClass->ClassId, in PxeBcBuildDhcp6Options()
149 OptEnt.VendorClass->ClassId.ArchitectureType, in PxeBcBuildDhcp6Options()
150 sizeof (OptEnt.VendorClass->ClassId.ArchitectureType) in PxeBcBuildDhcp6Options()
155 OptEnt.VendorClass->ClassId.InterfaceName, in PxeBcBuildDhcp6Options()
157 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in PxeBcBuildDhcp6Options()
161 OptEnt.VendorClass->ClassId.UndiMajor, in PxeBcBuildDhcp6Options()
162 sizeof (OptEnt.VendorClass->ClassId.UndiMajor) in PxeBcBuildDhcp6Options()
[all …]
DPxeBcDhcp6.h117 PXEBC_DHCP6_OPTION_VENDOR_CLASS *VendorClass; member