Home
last modified time | relevance | path

Searched refs:TxPacket (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c58 TxCb->TxPacket = Packet; in Dhcp6EnqueueRetry()
254 ASSERT(TxCb->TxPacket); in Dhcp6DequeueRetry()
258 if (TxCb->TxPacket->Dhcp6.Header.MessageType == Dhcp6MsgInfoRequest) { in Dhcp6DequeueRetry()
284 ASSERT(TxCb->TxPacket); in Dhcp6DequeueRetry()
285 FreePool (TxCb->TxPacket); in Dhcp6DequeueRetry()
321 ASSERT(TxCb->TxPacket); in Dhcp6CleanupRetry()
323 if (TxCb->TxPacket->Dhcp6.Header.MessageType != Dhcp6MsgInfoRequest) { in Dhcp6CleanupRetry()
325 FreePool (TxCb->TxPacket); in Dhcp6CleanupRetry()
342 ASSERT(TxCb->TxPacket); in Dhcp6CleanupRetry()
344 if (TxCb->TxPacket->Dhcp6.Header.MessageType == Dhcp6MsgInfoRequest) { in Dhcp6CleanupRetry()
[all …]
DDhcp6Impl.h210 EFI_DHCP6_PACKET *TxPacket; member