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

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c78 DNSQuestion qSRV; member in struct:__anon26859
435 if (x->qSRV.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qSRV);
502 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
503 x->qSRV.InterfaceID = mDNSInterface_Any;
504 x->qSRV.Target = zeroAddr;
505 AssignDomainName(&x->qSRV.qname, &srv);
506 x->qSRV.qtype = kDNSType_SRV;
507 x->qSRV.qclass = kDNSClass_IN;
508 x->qSRV
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1611 DNSQuestion qSRV; member in struct:ServiceInfoQuery_struct

Completed in 471 milliseconds