HomeSort by relevance Sort by last modified time
    Searched refs:LastHead (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecMain.c 32 @param[in, out] LastHead The protocol of the next layer to be processed by IPsec.
52 IN OUT UINT8 *LastHead,
83 OldLastHead = *LastHead;
94 LastHead,
183 LastHead,
IpSecImpl.c 740 @param[in] LastHead Points to the last header of the IP header.
748 IN UINT8 *LastHead
753 Size = (UINT16) (LastHead - (UINT8 *) IpHead);
757 // * (LastHead+1) point the last header's length but not include the first
760 Size = (UINT16) (Size - sizeof (EFI_IP6_HEADER) + *(LastHead + 1) + 8);
1020 @param[in, out] LastHead The Last Header in IP header on return.
1029 IN OUT UINT8 *LastHead
1126 &LastHead,
1133 switch (*LastHead) {
    [all...]
IpSecImpl.h 161 @param[in, out] LastHead The Last Header in IP header on return.
179 IN OUT UINT8 *LastHead,
199 @param[in, out] LastHead The Last Header in IP header.
217 IN OUT UINT8 *LastHead,
354 @param[in, out] LastHead The protocol of the next layer to be processed by IPsec.
374 IN OUT UINT8 *LastHead,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSec.h 66 @param[in] LastHead The protocol of the next layer to be processed by IPsec.
86 IN UINT8 *LastHead,
133 @param[in, out] LastHead For IP4, it is the next protocol in IP
199 IN OUT UINT8 *LastHead,
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.h 146 @param[in, out] LastHead The next header field of last IP header.
167 IN OUT UINT8 *LastHead,
Ip6Input.c 486 @param[in, out] LastHead The next header field of last IP header.
507 IN OUT UINT8 *LastHead,
608 LastHead,
739 @param[out] LastHead The pointer of NextHeader of the last extension
756 OUT UINT8 **LastHead,
880 LastHead,
963 LastHead,
1003 UINT8 *LastHead;
1014 LastHead = NULL;
1031 &LastHead,
    [all...]

Completed in 103 milliseconds