OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDNSType_SRV
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h
401
((RR)->rrtype ==
kDNSType_SRV
) ? &(RR)->rdata->u.srv.target : mDNSNULL )
uDNS.c
1835
GetZoneData_StartQuery(m, zd,
kDNSType_SRV
);
1849
else if (answer->rrtype ==
kDNSType_SRV
)
1862
GetZoneData_StartQuery(m, zd,
kDNSType_SRV
); // Try again, non-private this time
1941
if (qtype ==
kDNSType_SRV
)
2036
if (rr->resrec.rrtype !=
kDNSType_SRV
) { LogMsg("UpdateAllServiceRecords:ERROR!! ResourceRecord not a service record %s", ARDisplayString(m, rr)); return; }
2050
if (srvRR && srvRR->resrec.rrtype !=
kDNSType_SRV
)
2097
if (rr->resrec.rrtype !=
kDNSType_SRV
) {LogMsg("CompleteRecordNatMap: Not a service record %s", ARDisplayString(m, rr)); return; }
2188
if (rr->resrec.rrtype !=
kDNSType_SRV
)
2250
if (rr->resrec.rrtype ==
kDNSType_SRV
) rr->resrec.rdata->u.srv.port = rr->NATinfo.IntPort;
2411
if (AuthRecord_uDNS(rptr) && rptr->resrec.rrtype ==
kDNSType_SRV
)
[
all
...]
DNSCommon.c
278
case
kDNSType_SRV
: return("SRV");
523
case
kDNSType_SRV
: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s",
1890
case
kDNSType_SRV
: return DomainNameHashValue(&rdb->srv.target);
1962
case
kDNSType_SRV
: return (mDNSBool)( b1->srv.priority == b2->srv.priority &&
2503
case
kDNSType_SRV
: return (mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name));
2570
case
kDNSType_SRV
: // Must be at least priority+weight+port, plus domainname
2594
case
kDNSType_SRV
:
2829
case
kDNSType_SRV
: if (ptr + 7 > limit) return(mDNSNULL);
3012
const DNSMessage *const rdatacompressionbase = (IsUnicastUpdate(msg) && rr->rrtype ==
kDNSType_SRV
) ? mDNSNULL : msg;
3661
case
kDNSType_SRV
[
all
...]
mDNS.c
1377
if (rr->resrec.rrtype !=
kDNSType_SRV
)
1386
if (srvRR->resrec.rrtype !=
kDNSType_SRV
)
1530
if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype ==
kDNSType_SRV
) && (rr->AutoTarget == Target_AutoHost))
1648
if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype ==
kDNSType_SRV
) && (rr->AutoTarget == Target_AutoHost))
1866
//if (rr->resrec.rrtype ==
kDNSType_SRV
) rr->NATinfo.IntPort = rr->resrec.rdata->u.srv.port;
2627
if (rr->resrec.rrtype ==
kDNSType_SRV
)
3269
if (rr->ImmedAnswer && rr->resrec.rrtype ==
kDNSType_SRV
)
7835
if (answer->rrtype ==
kDNSType_SRV
)
7881
if (mDNS_KeepaliveRecord(&rr->resrec) || (rr->resrec.rrtype ==
kDNSType_SRV
&& !AuthRecord_uDNS(rr) && !mDNSSameIPPort(rr->resrec.rdata->u.srv.port, DiscardPort)))
8078
mDNS_SetupQuestion(&intf->NetWakeResolve[i], intf->InterfaceID, &sps[i]->resrec.rdata->u.name,
kDNSType_SRV
, NetWakeResolve, intf)
[
all
...]
mDNSEmbeddedAPI.h
261
kDNSType_SRV
, // 33 Service record
523
#define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) ==
kDNSType_SRV
) ? kHostNameTTL : kStandardTTL)
/src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.c
511
#define VALID_MSAD_SRV(Q) ((Q)->qtype ==
kDNSType_SRV
&& VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)->qname)))
uds_daemon.c
1251
if (rr->resrec.rrtype ==
kDNSType_SRV
&& SameDomainName(rr->resrec.name, r->name) && !IdenticalSameNameRecord(&rr->resrec, r))
1263
if (rr->resrec.rrtype ==
kDNSType_SRV
&&
4324
if (rrtype ==
kDNSType_SRV
)
4339
if (rrtype ==
kDNSType_SRV
)
4407
mdns_require_return((rrtype ==
kDNSType_SRV
) || (rrtype == kDNSType_TXT));
4745
resolve->qsrv.qtype =
kDNSType_SRV
;
Completed in 55 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026