Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:IKE_PACKET

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

26 @return The pointer of the IKE_PACKET.
29 IKE_PACKET *
36 Free the IkePacket by the specified IKE_PACKET pointer.
38 @param[in] IkePacket The pointer of the IKE_PACKET to be freed.
43 IN IKE_PACKET *IkePacket
48 Copy the NetBuf into a IKE_PACKET sturcture.
50 Create a IKE_PACKET and fill the received IKE header into the header of IKE_PACKET
51 and copy the recieved packet without IKE HEADER to the PayloadBuf of IKE_PACKET.
56 @return The pointer of the IKE_PACKET which contains the received packet.
59 IKE_PACKET *
65 Convert the format from IKE_PACKET to NetBuf.
68 @param[in] IkePacket Pointer of IKE_PACKET to be copy to NetBuf
78 IN IKE_PACKET *IkePacket,