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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c350 for (ptr = m->AuthInfoList; ptr; ptr = ptr->next)
365 DomainAuthInfo **p = &m->AuthInfoList;
413 DomainAuthInfo **p = &m->AuthInfoList;
5364 for (info = m->AuthInfoList; info; info = info->next)
5366 LogMemCorruption("m->AuthInfoList: %p is garbage", info);
H A Duds_daemon.c5908 LogMsgNoIdent("--------- AuthInfoList ---------");
5909 if (!m->AuthInfoList) LogMsgNoIdent("<None>");
5913 for (a = m->AuthInfoList; a; a = a->next)
H A DmDNSEmbeddedAPI.h2404 DomainAuthInfo *AuthInfoList; // list of domains requiring authentication for updates member in struct:mDNS_struct
H A DmDNS.c14347 m->AuthInfoList = mDNSNULL;

Completed in 136 milliseconds