Lines Matching refs:OptionsLength
1201 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
1756 OptionsLength, in IpSecEspOutboundPacket()
1800 PlainPayloadSize += *OptionsLength; in IpSecEspOutboundPacket()
1857 ((IP4_HEAD *)InnerHead)->HeadLen = (UINT8) ((sizeof (IP4_HEAD) + *OptionsLength) >> 2); in IpSecEspOutboundPacket()
1867 sizeof (IP4_HEAD) + *OptionsLength in IpSecEspOutboundPacket()
1869 BytesCopied += sizeof (IP4_HEAD) + *OptionsLength; in IpSecEspOutboundPacket()
1876 sizeof (EFI_IP6_HEADER) + *OptionsLength in IpSecEspOutboundPacket()
1878 BytesCopied += sizeof (EFI_IP6_HEADER) + *OptionsLength; in IpSecEspOutboundPacket()
2098 IN OUT UINT32 *OptionsLength, in IpSecProtectInboundPacket() argument
2114 OptionsLength, in IpSecProtectInboundPacket()
2157 IN OUT UINT32 *OptionsLength, in IpSecProtectOutboundPacket() argument
2173 OptionsLength, in IpSecProtectOutboundPacket()