Searched refs:CurrentSourceList (Results 1 – 1 of 1) sorted by relevance
910 LIST_ENTRY CurrentSourceList; in Ip6ConfigSetMaunualAddress() local962 InitializeListHead (&CurrentSourceList); in Ip6ConfigSetMaunualAddress()976 InsertTailList (&CurrentSourceList, &Copy->Link); in Ip6ConfigSetMaunualAddress()986 Ip6RemoveAddr (NULL, &CurrentSourceList, &CurrentSourceCount, NULL, 0); in Ip6ConfigSetMaunualAddress()1017 &CurrentSourceList, in Ip6ConfigSetMaunualAddress()1110 while (!IsListEmpty (&CurrentSourceList)) { in Ip6ConfigSetMaunualAddress()1113 CurrentAddrInfo = NET_LIST_HEAD (&CurrentSourceList, IP6_ADDRESS_INFO, Link); in Ip6ConfigSetMaunualAddress()