Searched refs:TxInfo (Results 1 – 3 of 3) sorted by relevance
133 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() argument140 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() local194 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6MatchEchoReply()[all …]
294 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() argument301 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() local355 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6OnMatchEchoReply()[all …]
418 IN PING_ICMPX_TX_INFO *TxInfo, in PingDestroyTxInfo() argument427 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 …]