Searched refs:LastSentPacket (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DIkev2.h148 IKE_PACKET *LastSentPacket; member in struct:__anon12529
H A DUtility.c321 if (SessionCommon->LastSentPacket != NULL) {
322 IkePacketFree (SessionCommon->LastSentPacket);
350 if (SessionCommon->LastSentPacket != NULL) {
351 IkePacketFree (SessionCommon->LastSentPacket);
352 SessionCommon->LastSentPacket = NULL;
1725 SessionCommon->LastSentPacket,
H A DPayload.c3216 if (IkePacket != Common->LastSentPacket && Common->LastSentPacket != NULL) {
3217 IkePacketFree (Common->LastSentPacket);
3220 Common->LastSentPacket = IkePacket;

Completed in 43 milliseconds