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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c425 NET_LIST_FOR_EACH_SAFE (WrapEntry, NextEntry, &Instance->RcvdDgramQue) {
469 InitializeListHead (&Instance->RcvdDgramQue);
1181 This function removes all the Wrap datas in the RcvdDgramQue.
1193 while (!IsListEmpty (&Instance->RcvdDgramQue)) {
1195 // Iterate all the Wraps in the RcvdDgramQue.
1197 Wrap = NET_LIST_HEAD (&Instance->RcvdDgramQue, UDP4_RXDATA_WRAP, Link);
1200 // The Wrap will be removed from the RcvdDgramQue by this function call.
1473 // Wrap the RxData and put this Wrap into the instances RcvdDgramQue.
1482 InsertTailList (&Instance->RcvdDgramQue, &Wrap->Link);
1509 if (!IsListEmpty (&Instance->RcvdDgramQue)
[all...]
H A DUdp4Impl.h103 LIST_ENTRY RcvdDgramQue; member in struct:_UDP4_INSTANCE_DATA_
627 This function removes all the Wrap datas in the RcvdDgramQue.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c435 NET_LIST_FOR_EACH_SAFE (WrapEntry, NextEntry, &Instance->RcvdDgramQue) {
476 InitializeListHead (&Instance->RcvdDgramQue);
1172 This function removes all the Wrap datas in the RcvdDgramQue.
1184 while (!IsListEmpty (&Instance->RcvdDgramQue)) {
1186 // Iterate all the Wraps in the RcvdDgramQue.
1188 Wrap = NET_LIST_HEAD (&Instance->RcvdDgramQue, UDP6_RXDATA_WRAP, Link);
1191 // The Wrap will be removed from the RcvdDgramQue by this function call.
1458 // Wrap the RxData and put this Wrap into the instances RcvdDgramQue.
1467 InsertTailList (&Instance->RcvdDgramQue, &Wrap->Link);
1494 if (!IsListEmpty (&Instance->RcvdDgramQue)
[all...]
H A DUdp6Impl.h95 LIST_ENTRY RcvdDgramQue; member in struct:_UDP6_INSTANCE_DATA
662 This function removes all the Wrap datas in the RcvdDgramQue.

Completed in 48 milliseconds