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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c97 } PING_ICMPX_TX_INFO; typedef in typeref:struct:_PING_ICMP_TX_INFO
311 Destroy PING_ICMPX_TX_INFO, and recollect the memory.
313 @param[in] TxInfo The pointer to PING_ICMPX_TX_INFO.
319 IN PING_ICMPX_TX_INFO *TxInfo,
395 PING_ICMPX_TX_INFO *TxInfo;
400 TxInfo = BASE_CR (Entry, PING_ICMPX_TX_INFO, Link);
673 PING_ICMPX_TX_INFO *TxInfo;
675 TxInfo = AllocateZeroPool (sizeof (PING_ICMPX_TX_INFO));
760 PING_ICMPX_TX_INFO *TxInfo;
787 TxInfo = BASE_CR (Entry, PING_ICMPX_TX_INFO, Lin
[all...]

Completed in 33 milliseconds