Home
last modified time | relevance | path

Searched refs:curSOA (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3583 domainname *curSOA; // name we have an outstanding SOA query for member
3740 if (rr->rrtype == kDNSType_SOA && SameDomainName(context->curSOA, rr->name)) in hndlLookupSOA()
3760 if (context->state != init && !context->curSOA->c[0]) in hndlLookupSOA()
3770 if (context->state == init) context->curSOA = &context->origName; in hndlLookupSOA()
3771 …else context->curSOA = (domainname *)(context->curSOA->c + context->curSOA in hndlLookupSOA()
3774 AssignDomainName(&query->qname, context->curSOA); in hndlLookupSOA()