:orphan: .. index:: pair: struct; tapi_dns_zone_file_rr_a .. _doxid-structtapi__dns__zone__file__rr__a: struct tapi_dns_zone_file_rr_a ============================== .. toctree:: :hidden: Describe ``RDATA`` field of resource record of ``A`` type. At the moment, only the ``IN`` class is supported. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_zone_file_rr_a { // fields const struct sockaddr* :target:`addr`; };