Home
last modified time | relevance | path

Searched refs:TxInfo (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c133 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() argument
140 ASSERT (TxInfo != NULL); in Ping6DestroyTxInfo()
142 if (TxInfo->Token != NULL) { in Ping6DestroyTxInfo()
144 if (TxInfo->Token->Event != NULL) { in Ping6DestroyTxInfo()
145 gBS->CloseEvent (TxInfo->Token->Event); in Ping6DestroyTxInfo()
148 TxData = TxInfo->Token->Packet.TxData; in Ping6DestroyTxInfo()
167 FreePool (TxInfo->Token); in Ping6DestroyTxInfo()
170 FreePool (TxInfo); in Ping6DestroyTxInfo()
189 PING6_ICMP6_TX_INFO *TxInfo; in Ping6MatchEchoReply() local
194 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6MatchEchoReply()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DPing6.c294 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() argument
301 ASSERT (TxInfo != NULL); in Ping6DestroyTxInfo()
303 if (TxInfo->Token != NULL) { in Ping6DestroyTxInfo()
305 if (TxInfo->Token->Event != NULL) { in Ping6DestroyTxInfo()
306 gBS->CloseEvent (TxInfo->Token->Event); in Ping6DestroyTxInfo()
309 TxData = TxInfo->Token->Packet.TxData; in Ping6DestroyTxInfo()
328 FreePool (TxInfo->Token); in Ping6DestroyTxInfo()
331 FreePool (TxInfo); in Ping6DestroyTxInfo()
350 PING6_ICMP6_TX_INFO *TxInfo; in Ping6OnMatchEchoReply() local
355 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6OnMatchEchoReply()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c418 IN PING_ICMPX_TX_INFO *TxInfo, in PingDestroyTxInfo() argument
427 if (TxInfo == NULL) { in PingDestroyTxInfo()
431 if (TxInfo->Token != NULL) { in PingDestroyTxInfo()
433 if (TxInfo->Token->Event != NULL) { in PingDestroyTxInfo()
434 gBS->CloseEvent (TxInfo->Token->Event); in PingDestroyTxInfo()
437 if (TxInfo->Token->Packet.TxData != NULL) { in PingDestroyTxInfo()
439 Ip6TxData = TxInfo->Token->Packet.TxData; in PingDestroyTxInfo()
456 Ip4TxData = TxInfo->Token->Packet.TxData; in PingDestroyTxInfo()
471 FreePool (TxInfo->Token); in PingDestroyTxInfo()
474 FreePool (TxInfo); in PingDestroyTxInfo()
[all …]