Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c883 int rdb_size = 1000; in ParseDNSSECRecords() local
891 p += snprintf(p, rdb + rdb_size - p, "%d %d %d ", in ParseDNSSECRecords()
895 p += snprintf(p, rdb + rdb_size - p, "%x", ptr[i]); in ParseDNSSECRecords()
902 … p += snprintf(p, rdb + rdb_size - p, "%d %d %d %u", swap16(rrkey->flags), rrkey->proto, in ParseDNSSECRecords()
904 …base64Encode(p, rdb + rdb_size - p, (unsigned char *)(rd + DNSKEY_FIXED_SIZE), rdlen - DNSKEY_FIXE… in ParseDNSSECRecords()
917 p += snprintd(p, rdb + rdb_size - p, &rd); in ParseDNSSECRecords()
950 p += snprintf(p, rdb + rdb_size - p, " %s ", DNSTypeName(type + i)); in ParseDNSSECRecords()
975 p += snprintf(p, rdb + rdb_size - p, " %-7s %d %d %d %s %s %7d ", in ParseDNSSECRecords()
981 p += snprintd(p, rdb + rdb_size - p, &q); in ParseDNSSECRecords()
984 …base64Encode(p, rdb + rdb_size - p, (unsigned char *)(rd + len + RRSIG_FIXED_SIZE), rdlen - (len +… in ParseDNSSECRecords()