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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c902 LIST_ENTRY CurrentSourceList; local
954 InitializeListHead (&CurrentSourceList);
968 InsertTailList (&CurrentSourceList, &Copy->Link);
978 Ip6RemoveAddr (NULL, &CurrentSourceList, &CurrentSourceCount, NULL, 0);
1004 // Remove this already existing source address from the CurrentSourceList
1009 &CurrentSourceList,
1089 // Check the CurrentSourceList, it now contains those addresses currently in
1094 while (!IsListEmpty (&CurrentSourceList)) {
1097 CurrentAddrInfo = NET_LIST_HEAD (&CurrentSourceList, IP6_ADDRESS_INFO, Link);

Completed in 49 milliseconds