Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:IKE_PACKET

20   Allocate a buffer for the IKE_PACKET and intitalize its Header and payloadlist.

22 @return The pointer of the IKE_PACKET.
25 IKE_PACKET *
30 IKE_PACKET *IkePacket;
32 IkePacket = (IKE_PACKET *) AllocateZeroPool (sizeof (IKE_PACKET));
49 Free the IkePacket by the specified IKE_PACKET pointer.
51 @param[in] IkePacket The pointer of the IKE_PACKET to be freed.
56 IN IKE_PACKET *IkePacket
113 Copy the NetBuf into a IKE_PACKET sturcture.
115 Create a IKE_PACKET and fill the received IKE header into the header of IKE_PACKET
116 and copy the recieved packet without IKE HEADER to the PayloadBuf of IKE_PACKET.
121 @return The pointer of the IKE_PACKET which contains the received packet.
124 IKE_PACKET *
129 IKE_PACKET *IkePacket;
173 Convert the format from IKE_PACKET to NetBuf.
176 @param[in] IkePacket Pointer of IKE_PACKET to be copy to NetBuf
187 IN IKE_PACKET *IkePacket,
202 // Convert Host order to Network order for IKE_PACKET header and payloads