Searched refs:CurrentSOA (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1792 else if (zd->CurrentSOA->c[0])
1794 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA);
1799 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c);
1804 zd->CurrentSOA = (domainname *)(zd->CurrentSOA->c + zd->CurrentSOA->c[0]+1);
1805 AssignDomainName(&zd->question.qname, zd->CurrentSOA);
1933 zd->CurrentSOA = (domainname *)(&zd->ChildName.c[initialskip]);
1968 AssignDomainName(&zd->question.qname, zd->CurrentSOA);
H A DmDNSEmbeddedAPI.h2065 domainname *CurrentSOA; // Points to somewhere within ChildName member in struct:ZoneData_struct

Completed in 123 milliseconds