HomeSort by relevance Sort by last modified time
    Searched refs:mDNS_StartQuery (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 557 err = mDNS_StartQuery(&mDNSStorage, &x->qSRV);
558 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery qSRV"; goto fail; }
559 err = mDNS_StartQuery(&mDNSStorage, &x->qTXT);
560 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery qTXT"; goto fail; }
686 err = mDNS_StartQuery(&mDNSStorage, &x->q);
687 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery"; goto fail; }
759 // (It would probably be more efficient to code this using mDNS_StartQuery directly,
761 // more memory and then just calls through to mDNS_StartQuery. -- SC June 2010)
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 234 return(mDNS_StartQuery(&mDNSStorage, q));
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
uDNS.c     [all...]

Completed in 97 milliseconds