Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDriver.h44 LIST_ENTRY Dns4ServerList; member
DDnsDriver.c391 while (!IsListEmpty (&mDriverData->Dns4ServerList)) { in DnsUnload()
392 Entry = NetListRemoveHead (&mDriverData->Dns4ServerList); in DnsUnload()
502 InitializeListHead (&mDriverData->Dns4ServerList); in DnsDriverEntryPoint()
DDnsProtocol.c108 NET_LIST_FOR_EACH_SAFE (Entry, Next, &mDriverData->Dns4ServerList) { in Dns4GetModeData()
115 NET_LIST_FOR_EACH_SAFE (Entry, Next, &mDriverData->Dns4ServerList) { in Dns4GetModeData()
277 Status = AddDns4ServerIp (&mDriverData->Dns4ServerList, Instance->SessionDnsServer.v4); in Dns4Configure()
DDnsImpl.h551 IN LIST_ENTRY *Dns4ServerList,
DDnsImpl.c919 IN LIST_ENTRY *Dns4ServerList, in AddDns4ServerIp() argument
934 NET_LIST_FOR_EACH_SAFE (Entry, Next, Dns4ServerList) { in AddDns4ServerIp()
956 InsertTailList (Dns4ServerList, &NewServerIp->AllServerLink); in AddDns4ServerIp()