Searched defs:qSRV (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c89 DNSQuestion qSRV; member in struct:__anon14289
450 if (x->qSRV.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qSRV);
517 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
518 x->qSRV.InterfaceID = mDNSInterface_Any;
519 x->qSRV.Target = zeroAddr;
520 AssignDomainName(&x->qSRV.qname, &srv);
521 x->qSRV.qtype = kDNSType_SRV;
522 x->qSRV.qclass = kDNSClass_IN;
523 x->qSRV
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1622 DNSQuestion qSRV; member in struct:ServiceInfoQuery_struct

Completed in 94 milliseconds