Home
last modified time | relevance | path

Searched refs:OpLen (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c60 Offset += (NTOHS(Option->OpLen) + 4); in PxeBcParseDhcp6Options()
96 OptList[Index]->OpLen = HTONS (4); in PxeBcBuildDhcp6Options()
107 OptList[Index]->OpLen = HTONS ((UINT16)3); in PxeBcBuildDhcp6Options()
127 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_ARCH)); in PxeBcBuildDhcp6Options()
138 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_VENDOR_CLASS)); in PxeBcBuildDhcp6Options()
487 Offset += (NTOHS (Option->OpLen) + 4); in PxeBcParseDhcp6Packet()
499 NTOHS (Option->OpLen), in PxeBcParseDhcp6Packet()
514 NTOHS(Option->OpLen) >= 13 && in PxeBcParseDhcp6Packet()
679 UINT16 OpLen; in PxeBcRequestBootService() local
725 OpLen = NTOHS (((EFI_DHCP6_PACKET_OPTION *) Option)->OpLen); in PxeBcRequestBootService()
[all …]
DPxeBcDhcp6.h68 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
DPxeBcBoot.c629 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcDhcp6BootInfo()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp6.c278 OptionList[Index]->OpLen = NTOHS (OptionList[Index]->OpLen); in IScsiDhcp6ParseReply()
285 if (((OptionList[Index]->OpLen & 0xf) != 0) || (OptionList[Index]->OpLen == 0)) { in IScsiDhcp6ParseReply()
294 if (OptionList[Index]->OpLen > 16) { in IScsiDhcp6ParseReply()
310 if (OptionList[Index]->OpLen < 18) { in IScsiDhcp6ParseReply()
337 BootFileOpt->OpLen, in IScsiDhcp6ParseReply()
438 Oro->OpLen = HTONS (2 * 3); in IScsiDoDhcp6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c45 OptList[Index]->OpLen = HTONS (8); in HttpBootBuildDhcp6Options()
58 OptList[Index]->OpLen = HTONS ((UINT16)3); in HttpBootBuildDhcp6Options()
78 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (HTTP_BOOT_DHCP6_OPTION_ARCH)); in HttpBootBuildDhcp6Options()
89 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (HTTP_BOOT_DHCP6_OPTION_VENDOR_CLASS)); in HttpBootBuildDhcp6Options()
161 Offset += (NTOHS(Option->OpLen) + 4); in HttpBootParseDhcp6Options()
229 Offset += (NTOHS (Option->OpLen) + 4); in HttpBootParseDhcp6Packet()
240 NTOHS (Option->OpLen), in HttpBootParseDhcp6Packet()
254 NTOHS(Option->OpLen) >= 10 && in HttpBootParseDhcp6Packet()
DHttpBootDhcp6.h118 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
DHttpBootClient.c286 HTONS (Option->OpLen), in HttpBootDhcp6ExtractUriInfo()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c360 OptionList[Index]->OpLen = NTOHS (OptionList[Index]->OpLen); in ParseDhcp6Ack()
367 if (((OptionList[Index]->OpLen & 0xf) != 0) || (OptionList[Index]->OpLen == 0)) { in ParseDhcp6Ack()
373 ServerCount = OptionList[Index]->OpLen/16; in ParseDhcp6Ack()
836 Oro->OpLen = HTONS (2); in GetDns6ServerFromDhcp6()
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c946 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendSolicitMsg()
998 UserOpt->OpLen, in Dhcp6SendSolicitMsg()
1128 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendRequestMsg()
1187 UserOpt->OpLen, in Dhcp6SendRequestMsg()
1551 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendRenewRebindMsg()
1631 UserOpt->OpLen, in Dhcp6SendRenewRebindMsg()
1826 UserLen = NTOHS (OptionRequest->OpLen) + 4; in Dhcp6SendInfoRequestMsg()
1834 UserLen += (NTOHS (OptionList[Index]->OpLen) + 4); in Dhcp6SendInfoRequestMsg()
1876 OptionRequest->OpLen, in Dhcp6SendInfoRequestMsg()
1889 UserOpt->OpLen, in Dhcp6SendInfoRequestMsg()
[all …]
DDhcp6Impl.c1184 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen; in EfiDhcp6Parse()
1209 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen; in EfiDhcp6Parse()
DDhcp6Utility.c227 OptionSize = NTOHS (SorCfg->OptionList[Index]->OpLen) + 4; in Dhcp6CopyConfigData()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/
DPxeDhcp4.h270 IN OPTIONAL UINTN OpLen,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp6.h161 UINT16 OpLen; member
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c223 Oro->OpLen = HTONS (2); in Ip6ConfigStartStatefulAutoConfig()
1512 CopyMem (&Length, &OptList[Index]->OpLen, sizeof (Length)); in Ip6ConfigParseDhcpReply()
DIp6Nd.c857 Oro->OpLen = HTONS (2); in Ip6OnDADFinished()