Home
last modified time | relevance | path

Searched refs:expTimeBuf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c961 unsigned char expTimeBuf[64]; in ParseDNSSECRecords() local
970 FormatTime(expClock, expTimeBuf, sizeof(expTimeBuf)); in ParseDNSSECRecords()
977 expTimeBuf, inceptTimeBuf, swap16(rrsig->keyTag)); in ParseDNSSECRecords()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c499 mDNSu8 expTimeBuf[64]; in GetRRDisplayString_rdb() local
506 mDNSPlatformFormatTime(expClock, expTimeBuf, sizeof(expTimeBuf)); in GetRRDisplayString_rdb()
513expTimeBuf, inceptTimeBuf, swap16(rrsig->keyTag), ((domainname *)(&rrsig->signerName))->c); in GetRRDisplayString_rdb()