Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:OptionsLength

1187   @param[in]      OptionsLength      Length of the options buffer.

1201 IN UINT32 *OptionsLength,
1214 if (OptionsLength == NULL) {
1219 InnerHead = AllocateZeroPool (sizeof (IP4_HEAD) + *OptionsLength);
1232 *OptionsLength
1235 InnerHead = AllocateZeroPool (sizeof (EFI_IP6_HEADER) + *OptionsLength);
1248 *OptionsLength
1252 if (*OptionsLength != 0) {
1255 *OptionsLength = 0;
1367 @param[in, out] OptionsLength Length of the options buffer.
1389 IN OUT UINT32 *OptionsLength,
1681 @param[in, out] OptionsLength Length of the options buffer.
1699 IN OUT UINT32 *OptionsLength,
1756 OptionsLength,
1800 PlainPayloadSize += *OptionsLength;
1857 ((IP4_HEAD *)InnerHead)->HeadLen = (UINT8) ((sizeof (IP4_HEAD) + *OptionsLength) >> 2);
1867 sizeof (IP4_HEAD) + *OptionsLength
1869 BytesCopied += sizeof (IP4_HEAD) + *OptionsLength;
1876 sizeof (EFI_IP6_HEADER) + *OptionsLength
1878 BytesCopied += sizeof (EFI_IP6_HEADER) + *OptionsLength;
2080 @param[in, out] OptionsLength Length of the options buffer.
2098 IN OUT UINT32 *OptionsLength,
2114 OptionsLength,
2139 @param[in, out] OptionsLength Length of the options buffer.
2157 IN OUT UINT32 *OptionsLength,
2173 OptionsLength,