Lines Matching refs:IpHead
420 @param[in] IpHead The IP Header of packet to be sent out.
439 IN VOID *IpHead,
465 &((IP4_HEAD *) IpHead)->Dst,
471 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,
581 @param[in] IpHead Point to IP header.
595 IN VOID *IpHead,
611 Ip4 = (IP4_HEAD *) IpHead;
612 Ip6 = (EFI_IP6_HEADER *) IpHead;
739 @param[in] IpHead Points to an IP head to be calculated.
747 IN VOID *IpHead,
753 Size = (UINT16) (LastHead - (UINT8 *) IpHead);
832 @param[in] IpHead The pointer to IP header.
843 UINT8 *IpHead,
857 &((IP4_HEAD *) IpHead)->Dst,
863 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,
1013 @param[in, out] IpHead Points to the IP header containing the ESP header
1025 IN OUT UINT8 *IpHead,
1048 (IP4_HEAD *)IpHead,
1110 IpHead,
1180 @param[in, out] IpHead Points to IP header containing the orginal IP header
1199 IN OUT UINT8 *IpHead,
1226 IpHead,
1239 IpHead,
1355 @param[in, out] IpHead Points to the IP header containing the ESP header
1379 IN OUT VOID *IpHead,
1448 IpHead,
1595 IpHead,
1622 ((IP4_HEAD *) IpHead)->TotalLen = HTONS ((UINT16) ((((IP4_HEAD *) IpHead)->HeadLen << 2) + PlainPayloadSize));
1624 IpSecHeadSize = IpSecGetPlainExtHeadSize (IpHead, LastHead);
1625 ((EFI_IP6_HEADER *) IpHead)->PayloadLength = HTONS ((UINT16)(IpSecHeadSize + PlainPayloadSize));
1669 @param[in, out] IpHead Points to IP header containing the orginal IP header
1689 IN OUT VOID *IpHead,
1744 IpHead,
1998 ((IP4_HEAD *) IpHead)->TotalLen = HTONS ((UINT16) ((((IP4_HEAD *) IpHead)->HeadLen << 2) + EspSize));
2000 ((EFI_IP6_HEADER *) IpHead)->PayloadLength = (UINT16) (IpSecGetPlainExtHeadSize (IpHead, LastHead) + EspSize);
2010 &((IP4_HEAD *) IpHead)->Src,
2015 &((IP4_HEAD *) IpHead)->Dst,
2021 &((EFI_IP6_HEADER *) IpHead)->SourceAddress,
2026 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,
2068 @param[in, out] IpHead Points to IP header containing the ESP/AH header
2088 IN OUT VOID *IpHead,
2104 IpHead,
2127 @param[in, out] IpHead Point to IP header containing the orginal IP header
2147 IN OUT VOID *IpHead,
2163 IpHead,