Lines Matching refs:VendorClass
90 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()
117 OptEnt.VendorClass->ClassId.UndiMinor, in HttpBootBuildDhcp6Options()
118 sizeof (OptEnt.VendorClass->ClassId.UndiMinor) in HttpBootBuildDhcp6Options()