HomeSort by relevance Sort by last modified time
    Searched refs:Dns4ServerList (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 44 LIST_ENTRY Dns4ServerList;
DnsDriver.c 391 while (!IsListEmpty (&mDriverData->Dns4ServerList)) {
392 Entry = NetListRemoveHead (&mDriverData->Dns4ServerList);
502 InitializeListHead (&mDriverData->Dns4ServerList);
    [all...]
DnsProtocol.c 109 NET_LIST_FOR_EACH_SAFE (Entry, Next, &mDriverData->Dns4ServerList) {
121 NET_LIST_FOR_EACH_SAFE (Entry, Next, &mDriverData->Dns4ServerList) {
298 Status = AddDns4ServerIp (&mDriverData->Dns4ServerList, Instance->SessionDnsServer.v4);
    [all...]
DnsImpl.h 527 @param Dns4ServerList Common list of addresses of all configured DNSv4 server.
537 IN LIST_ENTRY *Dns4ServerList,
    [all...]
DnsImpl.c 933 @param Dns4ServerList Common list of addresses of all configured DNSv4 server.
943 IN LIST_ENTRY *Dns4ServerList,
958 NET_LIST_FOR_EACH_SAFE (Entry, Next, Dns4ServerList) {
980 InsertTailList (Dns4ServerList, &NewServerIp->AllServerLink);
    [all...]

Completed in 648 milliseconds