Home
last modified time | relevance | path

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

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