Home
last modified time | relevance | path

Searched refs:DefaultTTLforRRType (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h457 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) … macro
H A Duds_daemon.c1261 rr->resrec.rroriginalttl = DefaultTTLforRRType(rr->resrec.rrtype); in handle_regrecord_request()
1387 if (!ttl) ttl = DefaultTTLforRRType(rrtype); in handle_add_request()
H A DDNSCommon.c1387 ttl = DefaultTTLforRRType(rrtype); in mDNS_SetupResourceRecord()