Information from CAA records (RFC 6844). More...
#include <gnunet_dnsparser_lib.h>
Data Fields | |
uint8_t | flags |
The flags of the CAA record. More... | |
uint8_t | tag_len |
The length of the tag. More... | |
Information from CAA records (RFC 6844).
The tag is followed by the tag_len. The value is followed by the tag for (d - tag_len - 2) bytes
Definition at line 430 of file gnunet_dnsparser_lib.h.
uint8_t GNUNET_DNSPARSER_CaaRecord::flags |
The flags of the CAA record.
Definition at line 435 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), and dns_value_to_string().
uint8_t GNUNET_DNSPARSER_CaaRecord::tag_len |
The length of the tag.
Definition at line 440 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), and dns_value_to_string().