OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultTTLforRRType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
523
#define
DefaultTTLforRRType
(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) ? kHostNameTTL : kStandardTTL)
DNSCommon.c
1754
ttl =
DefaultTTLforRRType
(rrtype);
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
1709
rr->resrec.rroriginalttl =
DefaultTTLforRRType
(rr->resrec.rrtype);
2207
if (!ttl) ttl =
DefaultTTLforRRType
(rrtype);
Completed in 127 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026