Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecMain.c54 IN OUT UINT32 *OptionsLength, in IpSecProcess() argument
74 OptionsLength == NULL || in IpSecProcess()
96 OptionsLength, in IpSecProcess()
185 OptionsLength, in IpSecProcess()
DIpSecImpl.c1201 IN UINT32 *OptionsLength, in IpSecTunnelOutboundPacket() argument
1214 if (OptionsLength == NULL) { in IpSecTunnelOutboundPacket()
1219 InnerHead = AllocateZeroPool (sizeof (IP4_HEAD) + *OptionsLength); in IpSecTunnelOutboundPacket()
1232 *OptionsLength in IpSecTunnelOutboundPacket()
1235 InnerHead = AllocateZeroPool (sizeof (EFI_IP6_HEADER) + *OptionsLength); in IpSecTunnelOutboundPacket()
1248 *OptionsLength in IpSecTunnelOutboundPacket()
1252 if (*OptionsLength != 0) { in IpSecTunnelOutboundPacket()
1255 *OptionsLength = 0; in IpSecTunnelOutboundPacket()
1389 IN OUT UINT32 *OptionsLength, in IpSecEspInboundPacket() argument
1699 IN OUT UINT32 *OptionsLength, in IpSecEspOutboundPacket() argument
[all …]
DIpSecImpl.h181 IN OUT UINT32 *OptionsLength,
219 IN OUT UINT32 *OptionsLength,
376 IN OUT UINT32 *OptionsLength,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIpSec.h88 IN UINT32 OptionsLength,
201 IN OUT UINT32 *OptionsLength,
DIp4.h220 UINT32 OptionsLength; member
240 UINT32 OptionsLength; //OPTIONAL member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Impl.c1429 if (TxData->OptionsLength != 0) { in Ip4TxTokenValid()
1430 if ((TxData->OptionsLength > 40) || (TxData->OptionsBuffer == NULL)) { in Ip4TxTokenValid()
1434 if (!Ip4OptionIsValid (TxData->OptionsBuffer, TxData->OptionsLength, FALSE)) { in Ip4TxTokenValid()
1475 HeadLen = sizeof (IP4_HEAD) + ((TxData->OptionsLength + 3) &~0x03); in Ip4TxTokenValid()
1640 UINT32 OptionsLength; in EfiIp4Transmit() local
1723 OptionsLength = 0; in EfiIp4Transmit()
1726 OptionsLength = RawHdrLen - IP4_MIN_HEADLEN; in EfiIp4Transmit()
1761 HeadLen = (TxData->OptionsLength + 3) & (~0x03); in EfiIp4Transmit()
1763 OptionsLength = TxData->OptionsLength; in EfiIp4Transmit()
1834 OptionsLength, in EfiIp4Transmit()
DIp4Input.c1217 RxData->OptionsLength = RxData->HeaderLength - IP4_MIN_HEADLEN; in Ip4WrapRxData()
1220 if (RxData->OptionsLength != 0) { in Ip4WrapRxData()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
DIp4.h133 UINT32 OptionsLength; member
148 UINT32 OptionsLength; member
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DIp4.c968 pTxData->TxData.OptionsLength = 0; in EslIp4TxBuffer()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c708 ((EFI_IP4_TRANSMIT_DATA*)TxData)->OptionsLength = 0; in PingGenerateToken()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c710 Ip4TxData->OptionsLength = 0; in IpIoCreateSndEntry()