OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNSServiceQueryRecord
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-dnssd.h
83
#define dns_service_query_record(srp_server, ...)
DNSServiceQueryRecord
(__VA_ARGS__)
nat64.c
634
err =
DNSServiceQueryRecord
(&state_machine->sdRef, kDNSServiceFlagsLongLivedQuery, kDNSServiceInterfaceIndexAny, NAT64_PREFIX_LLQ_QUERY_DOMAIN, kDNSServiceType_AAAA, kDNSServiceClass_IN, nat64_query_infra_callback, state_machine);
636
ERROR("
DNSServiceQueryRecord
failed for " PRI_S_SRP ": %d", NAT64_PREFIX_LLQ_QUERY_DOMAIN, (int)err);
srp-replication.c
420
int ret =
DNSServiceQueryRecord
(&sdref, kDNSServiceFlagsForceMulticast | kDNSServiceFlagsLongLivedQuery,
3636
int err =
DNSServiceQueryRecord
(&sdref, kDNSServiceFlagsLongLivedQuery, kDNSServiceInterfaceIndexAny,
/src/external/apache2/mDNSResponder/nss/
nss_mdnsd.c
433
err =
DNSServiceQueryRecord
(
552
err =
DNSServiceQueryRecord
(
/src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c
1707
//
DNSServiceQueryRecord
()
1718
if ( (
DNSServiceQueryRecord
( 0, flags, interfaceIndex, fullname, rrtype, rrclass, callBack, context) == 0)
1719
|| (
DNSServiceQueryRecord
(&sdRef, flags, interfaceIndex, 0, rrtype, rrclass, callBack, context) == 0)
1720
|| (
DNSServiceQueryRecord
(&sdRef, flags, interfaceIndex, fullname, rrtype, rrclass, 0, context) == 0)
1723
printf("
DNSServiceQueryRecord
(): expected error return\n");
2273
callName = "
DNSServiceQueryRecord
";
2274
err =
DNSServiceQueryRecord
(&client, flags, opinterface, argv[opi+0], rrtype, rrclass, qr_reply, NULL);
/src/external/apache2/mDNSResponder/dist/mDNSShared/
dns_sd.h
311
/* Flag for creating a long-lived unicast query for the
DNSServiceQueryRecord
call. */
438
* This flag is meaningful only in
DNSServiceQueryRecord
which suppresses unusable queries on the
448
* When kDNServiceFlagsTimeout is passed to
DNSServiceQueryRecord
or DNSServiceGetAddrInfo, the query is
453
* and zero length rdata will be returned for
DNSServiceQueryRecord
.
487
* This flag is meaningful in DNSServiceGetAddrInfo and
DNSServiceQueryRecord
. This is the ONLY flag to be valid
490
* When this flag is passed to
DNSServiceQueryRecord
and DNSServiceGetAddrInfo to resolve unicast names,
498
* sockaddr will be returned for DNSServiceGetAddrInfo and zero length rdata will be returned for
DNSServiceQueryRecord
.
539
* cannot be validated. If this flag is set in
DNSServiceQueryRecord
or DNSServiceGetAddrInfo,
631
* When kDNSServiceFlagsAllowExpiredAnswers is passed to
DNSServiceQueryRecord
or DNSServiceGetAddrInfo,
639
* When kDNSServiceFlagsAllowExpiredAnswers is passed to
DNSServiceQueryRecord
or DNSServiceGetAddrInfo
[
all
...]
dnssd_clientstub.c
1653
DNSServiceErrorType DNSSD_API
DNSServiceQueryRecord
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
1980
"hostname in the local domain or a
DNSServiceQueryRecord
operation to query for an SRV record in the local domain:\n" \
2845
Command( "queryRecord", QueryRecordCmd, kQueryRecordOpts, "Uses
DNSServiceQueryRecord
() to query for an arbitrary DNS record.", false ),
2851
Command( "reverseLookup", ReverseLookupCmd, kReverseLookupOpts, "Uses
DNSServiceQueryRecord
() to perform a reverse IP address lookup.", false ),
3499
DNSServiceRef sdRef; // sdRef of the DNSServiceResolve or
DNSServiceQueryRecord
operation.
3501
uint32_t interfaceIndex; // Interface index of the DNSServiceResolve or
DNSServiceQueryRecord
operation.
3926
err =
DNSServiceQueryRecord
( &sdRef, flags, inInterfaceIndex, fullName, kDNSServiceType_TXT,
4377
DNSServiceRef opRef; // sdRef for the
DNSServiceQueryRecord
operation.
4378
const char * recordName; // Resource record name argument for
DNSServiceQueryRecord
().
4380
DNSServiceFlags flags; // Flags argument for
DNSServiceQueryRecord
().
4381
uint32_t ifIndex; // Interface index argument for
DNSServiceQueryRecord
()
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026