struct tapi_dns_zone_file_rr_data
Overview
Describe pair of TYPE
and corresponding RDATA
fields of resource record. More…
#include <tapi_dns_zone_file.h> struct tapi_dns_zone_file_rr_data { // fields tapi_dns_zone_file_rr_type type; tapi_dns_zone_file_rr_a a; tapi_dns_zone_file_rr_a aaaa; tapi_dns_zone_file_rr_soa soa; tapi_dns_zone_file_rr_ns ns; union tapi_dns_zone_file_rr_data::@60 u; };
Detailed Documentation
Describe pair of TYPE
and corresponding RDATA
fields of resource record.
Fields
tapi_dns_zone_file_rr_type type
Type of RDATA
field.
unnamed-union u
RDATA
field corresponding to TYPE
.