Searched refs:OpLen (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c50 // OpLen and OpCode here are both stored in network order.
59 Offset += (NTOHS(Option->OpLen) + 4);
95 OptList[Index]->OpLen = HTONS (4);
106 OptList[Index]->OpLen = HTONS ((UINT16)3);
126 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_ARCH));
137 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_VENDOR_CLASS));
469 // OpLen and OpCode here are both stored in network order, since they are from original packet.
486 Offset += (NTOHS (Option->OpLen) + 4);
498 NTOHS (Option->OpLen),
513 NTOHS(Option->OpLen) >
679 UINT16 OpLen; local
1565 UINT16 OpLen; local
[all...]
H A DPxeBcDhcp6.h68 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
H A DPxeBcBoot.c592 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen)
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp6.c277 OptionList[Index]->OpLen = NTOHS (OptionList[Index]->OpLen);
284 if (((OptionList[Index]->OpLen & 0xf) != 0) || (OptionList[Index]->OpLen == 0)) {
293 if (OptionList[Index]->OpLen > 16) {
318 BootFileOpt->OpLen,
419 Oro->OpLen = HTONS (2 * 2);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c913 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
964 UserOpt->OpLen,
1090 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
1148 UserOpt->OpLen,
1504 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
1583 UserOpt->OpLen,
1674 UserLen = NTOHS (OptionRequest->OpLen) + 4;
1682 UserLen += (NTOHS (OptionList[Index]->OpLen) + 4);
1724 OptionRequest->OpLen,
1737 UserOpt->OpLen,
[all...]
H A DDhcp6Impl.c1188 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen;
1213 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen;
H A DDhcp6Utility.c223 OptionSize = NTOHS (SorCfg->OptionList[Index]->OpLen) + 4;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp6.h161 UINT16 OpLen; member in struct:__anon12105
745 The OpCode and OpLen in EFI_DHCP6_PACKET_OPTION are
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c214 Oro->OpLen = HTONS (2);
1495 CopyMem (&Length, &OptList[Index]->OpLen, sizeof (Length));
H A DIp6Nd.c856 Oro->OpLen = HTONS (2);

Completed in 93 milliseconds