Home
last modified time | relevance | path

Searched refs:PayloadLength (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c125 Nonce->Header.PayloadLength = (UINT16) Size; in Ikev2GenerateNoncePayload()
186 Ke->Header.PayloadLength = (UINT16) KeSize; in Ikev2GenerateKePayload()
257 Id->Header.PayloadLength = (UINT16) IdSize; in Ikev2GenerateIdPayload()
333 Id->Header.PayloadLength = (UINT16) IdSize; in Ikev2GenerateCertIdPayload()
521 PayloadBuf->Header.PayloadLength = (UINT16) (AuthPayload->PayloadSize); in Ikev2PskGenerateAuthPayload()
783 PayloadBuf->Header.PayloadLength = (UINT16) (AuthPayload->PayloadSize); in Ikev2CertGenerateAuthPayload()
1075 TsPayloadBuf->Header.PayloadLength = (UINT16)TsPayloadSize; in Ikev2GenerateTsPayload()
1155 Notify->Header.PayloadLength = NotifyPayloadLen; in Ikev2GenerateNotifyPayload()
1247 Del->Header.PayloadLength = DelPayloadLen; in Ikev2GenerateDeletePayload()
1328 Cfg->Header.PayloadLength = PayloadLen; in Ikev2GenerateCpPayload()
[all …]
DPayload.h58 UINT16 PayloadLength; member
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Output.c406 PacketHead->PayloadLength = HTONS ((UINT16) (Packet->TotalSize - sizeof (EFI_IP6_HEADER))); in Ip6PrependHead()
966 PacketHead->PayloadLength = (UINT16) (NTOHS (PacketHead->PayloadLength) + in Ip6Output()
968 PacketHead->PayloadLength = HTONS (PacketHead->PayloadLength); in Ip6Output()
DIp6Nd.c1142 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendRouterSolicit()
1257 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendNeighborAdvertise()
1388 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendNeighborSolicit()
1509 if (Head->PayloadLength < IP6_ND_LENGTH) { in Ip6ProcessNeighborSolicit()
1512 OptionLen = (UINT16) (Head->PayloadLength - IP6_ND_LENGTH); in Ip6ProcessNeighborSolicit()
1738 if (Head->PayloadLength < IP6_ND_LENGTH) { in Ip6ProcessNeighborAdvertise()
1741 OptionLen = (UINT16) (Head->PayloadLength - IP6_ND_LENGTH); in Ip6ProcessNeighborAdvertise()
1986 Head->PayloadLength < IP6_RA_LENGTH) { in Ip6ProcessRouterAdvertise()
1993 OptionLen = (UINT16) (Head->PayloadLength - IP6_RA_LENGTH); in Ip6ProcessRouterAdvertise()
2106 while (Offset < Head->PayloadLength) { in Ip6ProcessRouterAdvertise()
[all …]
DIp6Common.c669 Head->PayloadLength = NTOHS (Head->PayloadLength); in Ip6NtohHead()
DIp6Icmp.c177 ReplyHead.PayloadLength = HTONS ((UINT16) (Packet->TotalSize)); in Ip6IcmpReplyEcho()
638 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendIcmpError()
DIp6Input.c838 PayloadLen = (*Head)->PayloadLength; in Ip6PreProcessPacket()
941 PayloadLen = (*Head)->PayloadLength; in Ip6PreProcessPacket()
1327 (UINT32) Head->PayloadLength, in Ip6InstanceFrameAcceptable()
1353 ErrMsgPayloadLen = NTOHS (Icmp.IpHead.PayloadLength); in Ip6InstanceFrameAcceptable()
DIp6Mld.c174 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendMldReport()
276 Head.PayloadLength = HTONS (PayloadLen); in Ip6SendMldDone()
DIp6Impl.c1359 Head.PayloadLength = HTONS ((UINT16) (TxData->ExtHdrsLength + TxData->DataLength)); in EfiIp6Transmit()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecImpl.c1125 ((EFI_IP6_HEADER *)IpPayload)->PayloadLength, in IpSecTunnelInboundPacket()
1154 NTOHS(((EFI_IP6_HEADER *)IpPayload)->PayloadLength) - OptionLen in IpSecTunnelInboundPacket()
1167 … HTONS ((UINT16)((NTOHS (((EFI_IP6_HEADER *)(IpPayload))->PayloadLength)) - OptionLen)) in IpSecTunnelInboundPacket()
1625 … ((EFI_IP6_HEADER *) IpHead)->PayloadLength = HTONS ((UINT16)(IpSecHeadSize + PlainPayloadSize)); in IpSecEspInboundPacket()
1865 …((EFI_IP6_HEADER *)InnerHead)->PayloadLength = HTONS ((UINT16) (PlainPayloadSize - sizeof (EFI_IP6… in IpSecEspOutboundPacket()
2000 …((EFI_IP6_HEADER *) IpHead)->PayloadLength = (UINT16) (IpSecGetPlainExtHeadSize (IpHead, LastHead)… in IpSecEspOutboundPacket()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp6.h408 UINT16 PayloadLength; member