summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/rr.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 6bfe0ec..5c4244f 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -43,6 +43,18 @@ enum {
AVAHI_DNS_TYPE_AXFR = 252
};
+/** DNSSEC signature algorithms, defined in RFCs 4034, 4035, and 4036 */
+
+enum {
+ AVAHI_DNSSEC_KEY_SHA1 = 0x5
+};
+
+/**DNSSEC protocol constants */
+
+enum {
+ AVAHI_DNSSEC_PROTO = 0x3
+};
+
/** DNS record classes, see RFC 1035, in addition to those defined in defs.h */
enum {
AVAHI_DNS_CLASS_ANY = 0xFF, /**< Special query type for requesting all records */