Searched refs:DNSServiceQueryRecord (Results 1 - 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h222 /* Flag for creating a long-lived unicast query for the DNSServiceQueryRecord call. */
346 * This flag is meaningful only in DNSServiceQueryRecord which suppresses unusable queries on the
356 * When kDNServiceFlagsTimeout is passed to DNSServiceQueryRecord or DNSServiceGetAddrInfo, the query is
361 * and zero length rdata will be returned for DNSServiceQueryRecord.
614 * DNSServiceQueryRecord, it restricts the operation to P2P.
623 * or DNSServiceQueryRecord, they must set the kDNSServiceFlagsIncludeP2P flag
1272 * DNSServiceQueryRecord() instead, as it is more efficient for this task.
1279 * DNSServiceQueryRecord() should be used.
1401 /* DNSServiceQueryRecord
1407 * sdRef: The DNSServiceRef initialized by DNSServiceQueryRecord()
[all...]
H A Ddnssd_clientshim.c605 // DNSServiceQueryRecord
624 DNSServiceErrorType DNSServiceQueryRecord function
679 LogMsg("DNSServiceQueryRecord(\"%s\", %d, %d) failed: %s (%ld)", fullname, rrtype, rrclass, errormsg, err);
745 // instead of wrapping DNSServiceQueryRecord, which then unnecessarily allocates
747 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
749 if (err) { DNSServiceGetAddrInfoDispose((mDNS_DirectOP*)x); errormsg = "DNSServiceQueryRecord"; goto fail; }
H A Ddnssd_clientstub.c1204 DNSServiceErrorType DNSSD_API DNSServiceQueryRecord function
H A Duds_daemon.c444 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse
1749 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse
2393 #pragma mark - DNSServiceQueryRecord
2513 // 1. When the application calls DNSServiceQueryRecord or DNSServiceGetAddrInfo with a .local name, this function
2576 LogOperation("%3d: DNSServiceQueryRecord(%##s, %s) unicast", request->sd, q2->qname.c, DNSTypeName(q2->qtype));
2578 if (err) LogMsg("%3d: ERROR: DNSServiceQueryRecord %##s %s mDNS_StartQuery: %d", request->sd, q2->qname.c, DNSTypeName(q2->qtype), (int)err);
2689 LogOperation("%3d: DNSServiceQueryRecord(%##s, %s) unicast, context %p", req->sd, question->qname.c, DNSTypeName(question->qtype), question->QuestionContext);
2799 req->hdr.op == query_request ? "DNSServiceQueryRecord" : "DNSServiceGetAddrInfo",
2920 LogOperation("%3d: DNSServiceQueryRecord(%##s, %s) STOP",
2983 { LogMsg("%3d: DNSServiceQueryRecord(unreadabl
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c887 DNSServiceQueryRecord (
962 DNSServiceQueryRecord (
/external/mdnsresponder/Clients/
H A Ddns-sd.c1180 err = DNSServiceQueryRecord(&client, flags, opinterface, argv[opi+0], rrtype, rrclass, qr_reply, NULL);

Completed in 117 milliseconds