Searched refs:Dns4ServerList (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsDriver.h | 44 LIST_ENTRY Dns4ServerList; member
|
D | DnsDriver.c | 391 while (!IsListEmpty (&mDriverData->Dns4ServerList)) { in DnsUnload() 392 Entry = NetListRemoveHead (&mDriverData->Dns4ServerList); in DnsUnload() 502 InitializeListHead (&mDriverData->Dns4ServerList); in DnsDriverEntryPoint()
|
D | DnsProtocol.c | 108 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()
|
D | DnsImpl.h | 551 IN LIST_ENTRY *Dns4ServerList,
|
D | DnsImpl.c | 919 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()
|