Searched refs:OpLen (Results 1 – 15 of 15) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.c | 60 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 …]
|
D | PxeBcDhcp6.h | 68 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
|
D | PxeBcBoot.c | 629 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcDhcp6BootInfo()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiDhcp6.c | 278 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/ |
D | HttpBootDhcp6.c | 45 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()
|
D | HttpBootDhcp6.h | 118 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
|
D | HttpBootClient.c | 286 HTONS (Option->OpLen), in HttpBootDhcp6ExtractUriInfo()
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsDhcp.c | 360 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/ |
D | Dhcp6Io.c | 946 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 …]
|
D | Dhcp6Impl.c | 1184 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen; in EfiDhcp6Parse() 1209 DataLen = ((EFI_DHCP6_PACKET_OPTION *) Start)->OpLen; in EfiDhcp6Parse()
|
D | Dhcp6Utility.c | 227 OptionSize = NTOHS (SorCfg->OptionList[Index]->OpLen) + 4; in Dhcp6CopyConfigData()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/ |
D | PxeDhcp4.h | 270 IN OPTIONAL UINTN OpLen,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dhcp6.h | 161 UINT16 OpLen; member
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6ConfigImpl.c | 223 Oro->OpLen = HTONS (2); in Ip6ConfigStartStatefulAutoConfig() 1512 CopyMem (&Length, &OptList[Index]->OpLen, sizeof (Length)); in Ip6ConfigParseDhcpReply()
|
D | Ip6Nd.c | 857 Oro->OpLen = HTONS (2); in Ip6OnDADFinished()
|