Searched refs:TxList (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6.h | 59 LIST_ENTRY TxList; member
|
D | Ping6.c | 191 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6MatchEchoReply() 466 InsertTailList (&Private->TxList, &TxInfo->Link); in Ping6SendEchoRequest() 545 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6OnTimerRoutine() 565 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) { in Ping6OnTimerRoutine() 875 InitializeListHead (&Private->TxList); in Ping6() 1000 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
D | Ping.c | 120 LIST_ENTRY TxList; member 400 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6MatchEchoReply() 704 InsertTailList (&Private->TxList, &TxInfo->Link); in PingSendEchoRequest() 788 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6OnTimerRoutine() 808 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) { in Ping6OnTimerRoutine() 1265 InitializeListHead (&Private->TxList); in ShellPing() 1387 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in ShellPing()
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Impl.h | 244 LIST_ENTRY TxList; member
|
D | Dhcp6Io.c | 218 InsertTailList (&Instance->TxList, &TxCb->Link); in Dhcp6EnqueueRetry() 251 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6DequeueRetry() 318 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6CleanupRetry() 339 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6CleanupRetry() 385 NET_LIST_FOR_EACH (Entry, &Instance->TxList) { in Dhcp6IsValidTxCb() 2855 NET_LIST_FOR_EACH_SAFE (Entry2, Next2, &Instance->TxList) { in Dhcp6ReceivePacket() 3001 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6OnTimerTick()
|
D | Dhcp6Driver.c | 304 InitializeListHead (&Dhcp6Ins->TxList); in Dhcp6CreateInstance()
|