Searched refs:LastPacket (Results 1 – 10 of 10) sorted by relevance
467 if (Instance->LastPacket != NULL) { in Mtftp4SendPacket()468 NetbufFree (Instance->LastPacket); in Mtftp4SendPacket()471 Instance->LastPacket = Packet; in Mtftp4SendPacket()533 ASSERT (Instance->LastPacket != NULL); in Mtftp4Retransmit()541 Buffer = NetbufGetByte (Instance->LastPacket, 0, NULL); in Mtftp4Retransmit()552 NET_GET_REF (Instance->LastPacket); in Mtftp4Retransmit()556 Instance->LastPacket, in Mtftp4Retransmit()564 NET_PUT_REF (Instance->LastPacket); in Mtftp4Retransmit()
136 NET_BUF *LastPacket; member
56 if (Instance->LastPacket != NULL) { in Mtftp4CleanOperation()57 NetbufFree (Instance->LastPacket); in Mtftp4CleanOperation()58 Instance->LastPacket = NULL; in Mtftp4CleanOperation()
574 if (Instance->LastPacket != NULL) { in Mtftp6SendRequest()575 NetbufFree (Instance->LastPacket); in Mtftp6SendRequest()578 Instance->LastPacket = Nbuf; in Mtftp6SendRequest()633 if (Instance->LastPacket != NULL) { in Mtftp6SendError()634 NetbufFree (Instance->LastPacket); in Mtftp6SendError()637 Instance->LastPacket = Nbuf; in Mtftp6SendError()960 if (Instance->LastPacket != NULL) { in Mtftp6OperationClean()961 NetbufFree (Instance->LastPacket); in Mtftp6OperationClean()962 Instance->LastPacket = NULL; in Mtftp6OperationClean()1230 Mtftp6TransmitPacket (Instance, Instance->LastPacket); in Mtftp6OnTimerTick()
89 NET_BUF *LastPacket; member
173 if (Instance->LastPacket != NULL) { in Mtftp6DestroyInstance()174 NetbufFree (Instance->LastPacket); in Mtftp6DestroyInstance()
62 Instance->LastPacket = Packet; in Mtftp6RrqSendAck()245 Mtftp6TransmitPacket (Instance, Instance->LastPacket); in Mtftp6RrqHandleData()
478 if (DhcpSb->LastPacket != NULL) { in DhcpCleanLease()479 FreePool (DhcpSb->LastPacket); in DhcpCleanLease()480 DhcpSb->LastPacket = NULL; in DhcpCleanLease()1229 Head->Seconds = DhcpSb->LastPacket->Dhcp4.Header.Seconds; in DhcpSendMessage()1378 if (DhcpSb->LastPacket != NULL) { in DhcpSendMessage()1379 FreePool (DhcpSb->LastPacket); in DhcpSendMessage()1382 DhcpSb->LastPacket = Packet; in DhcpSendMessage()1443 ASSERT (DhcpSb->LastPacket != NULL); in DhcpRetransmit()1449 SetElapsedTime(&DhcpSb->LastPacket->Dhcp4.Header.Seconds, DhcpSb->ActiveChild); in DhcpRetransmit()1455 Frag.Bulk = (UINT8 *) &DhcpSb->LastPacket->Dhcp4.Header; in DhcpRetransmit()[all …]
113 EFI_DHCP4_PACKET *LastPacket; // The last sent packet for retransmission member
1564 BOOLEAN LastPacket; in ReadMemoryAndSendResponsePacket() local1581 LastPacket = TRUE; in ReadMemoryAndSendResponsePacket()1589 LastPacket = FALSE; in ReadMemoryAndSendResponsePacket()1668 …bugHeader->Command == DEBUG_COMMAND_OK) && (DebugHeader->SequenceNo == SequenceNo) && LastPacket) { in ReadMemoryAndSendResponsePacket()