Searched refs:AuthInfoList (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c291 for (ptr = m->AuthInfoList; ptr; ptr = ptr->next)
306 DomainAuthInfo **p = &m->AuthInfoList;
355 DomainAuthInfo **p = &m->AuthInfoList;
4768 for (info = m->AuthInfoList; info; info = info->next)
4770 LogMemCorruption("m->AuthInfoList: %p is garbage (%X)", info, info->AutoTunnel);
H A DmDNSEmbeddedAPI.h1884 DomainAuthInfo *AuthInfoList; // list of domains requiring authentication for updates member in struct:mDNS_struct
H A DmDNS.c10720 m->AuthInfoList = mDNSNULL;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4453 LogMsgNoIdent("--------- AuthInfoList ---------");
4454 if (!m->AuthInfoList) LogMsgNoIdent("<None>");
4458 for (a = m->AuthInfoList; a; a = a->next)

Completed in 165 milliseconds