Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c911 LIST_ENTRY CurrentSourceList; in Ip6ConfigSetMaunualAddress() local
963 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()