Lines Matching refs:VendorClass
140 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()
167 OptEnt.VendorClass->ClassId.UndiMinor, in PxeBcBuildDhcp6Options()
168 sizeof (OptEnt.VendorClass->ClassId.UndiMinor) in PxeBcBuildDhcp6Options()