Searched refs:CurrentSourceList (Results 1 – 1 of 1) sorted by relevance
911 LIST_ENTRY CurrentSourceList; in Ip6ConfigSetMaunualAddress() local963 InitializeListHead (&CurrentSourceList); in Ip6ConfigSetMaunualAddress()977 InsertTailList (&CurrentSourceList, &Copy->Link); in Ip6ConfigSetMaunualAddress()987 Ip6RemoveAddr (NULL, &CurrentSourceList, &CurrentSourceCount, NULL, 0); in Ip6ConfigSetMaunualAddress()1018 &CurrentSourceList, in Ip6ConfigSetMaunualAddress()1111 while (!IsListEmpty (&CurrentSourceList)) { in Ip6ConfigSetMaunualAddress()1114 CurrentAddrInfo = NET_LIST_HEAD (&CurrentSourceList, IP6_ADDRESS_INFO, Link); in Ip6ConfigSetMaunualAddress()