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 542 err = mDNS_StartQuery(&mDNSStorage, &x->qSRV);
543 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery qSRV"; goto fail; }
544 err = mDNS_StartQuery(&mDNSStorage, &x->qTXT);
545 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery qTXT"; goto fail; }
671 err = mDNS_StartQuery(&mDNSStorage, &x->q);
672 if (err) { DNSServiceResolveDispose((mDNS_DirectOP*)x); errormsg = "mDNS_StartQuery"; goto fail; }
744 // (It would probably be more efficient to code this using mDNS_StartQuery directly,
746 // 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 108 milliseconds