Searched refs:PING6_ICMP6_TX_INFO (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6.c | 133 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() 189 PING6_ICMP6_TX_INFO *TxInfo; in Ping6MatchEchoReply() 194 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6MatchEchoReply() 439 PING6_ICMP6_TX_INFO *TxInfo; in Ping6SendEchoRequest() 441 TxInfo = AllocateZeroPool (sizeof (PING6_ICMP6_TX_INFO)); in Ping6SendEchoRequest() 525 PING6_ICMP6_TX_INFO *TxInfo; in Ping6OnTimerRoutine() 548 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6OnTimerRoutine() 863 PING6_ICMP6_TX_INFO *TxInfo; in Ping6() 1003 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6()
|
D | Ping6.h | 49 } PING6_ICMP6_TX_INFO; typedef
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
D | Ping6.c | 43 } PING6_ICMP6_TX_INFO; typedef 294 IN PING6_ICMP6_TX_INFO *TxInfo in Ping6DestroyTxInfo() 350 PING6_ICMP6_TX_INFO *TxInfo; in Ping6OnMatchEchoReply() 355 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6OnMatchEchoReply() 594 PING6_ICMP6_TX_INFO *TxInfo; in Ping6SendEchoRequest() 596 TxInfo = AllocateZeroPool (sizeof (PING6_ICMP6_TX_INFO)); in Ping6SendEchoRequest() 680 PING6_ICMP6_TX_INFO *TxInfo; in Ping6OnTimerRoutine6() 703 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in Ping6OnTimerRoutine6() 1042 PING6_ICMP6_TX_INFO *TxInfo; in ShellPing6() 1206 TxInfo = BASE_CR (Entry, PING6_ICMP6_TX_INFO, Link); in ShellPing6()
|