Lines Matching refs:HTONS
44 OptList[Index]->OpCode = HTONS (DHCP6_OPT_ORO); in HttpBootBuildDhcp6Options()
45 OptList[Index]->OpLen = HTONS (8); in HttpBootBuildDhcp6Options()
47 OptEnt.Oro->OpCode[0] = HTONS(DHCP6_OPT_BOOT_FILE_URL); in HttpBootBuildDhcp6Options()
48 OptEnt.Oro->OpCode[1] = HTONS(DHCP6_OPT_BOOT_FILE_PARAM); in HttpBootBuildDhcp6Options()
49 OptEnt.Oro->OpCode[2] = HTONS(DHCP6_OPT_DNS_SERVERS); in HttpBootBuildDhcp6Options()
50 OptEnt.Oro->OpCode[3] = HTONS(DHCP6_OPT_VENDOR_CLASS); in HttpBootBuildDhcp6Options()
57 OptList[Index]->OpCode = HTONS (DHCP6_OPT_UNDI); in HttpBootBuildDhcp6Options()
58 OptList[Index]->OpLen = HTONS ((UINT16)3); in HttpBootBuildDhcp6Options()
77 OptList[Index]->OpCode = HTONS (DHCP6_OPT_ARCH); in HttpBootBuildDhcp6Options()
78 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (HTTP_BOOT_DHCP6_OPTION_ARCH)); in HttpBootBuildDhcp6Options()
80 Value = HTONS (EFI_HTTP_BOOT_CLIENT_SYSTEM_ARCHITECTURE); in HttpBootBuildDhcp6Options()
88 OptList[Index]->OpCode = HTONS (DHCP6_OPT_VENDOR_CLASS); in HttpBootBuildDhcp6Options()
89 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (HTTP_BOOT_DHCP6_OPTION_VENDOR_CLASS)); in HttpBootBuildDhcp6Options()
92 OptEnt.VendorClass->ClassLen = HTONS ((UINT16) sizeof (HTTP_BOOT_CLASS_ID)); in HttpBootBuildDhcp6Options()