:orphan: .. index:: pair: struct; tapi_dns_unbound_cfg_address .. _doxid-structtapi__dns__unbound__cfg__address: struct tapi_dns_unbound_cfg_address =================================== .. toctree:: :hidden: Overview ~~~~~~~~ Representation of pair of address and port. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_unbound_cfg_address { // fields const char* :ref:`addr`; :ref:`tapi_job_opt_uint_t` :ref:`port`; }; .. _details-structtapi__dns__unbound__cfg__address: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Representation of pair of address and port. Fields ------ .. index:: pair: variable; addr .. _doxid-structtapi__dns__unbound__cfg__address_1a4012ab3fb2be5fad9854aeb9cbda3bc5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* addr Address, interface or host name. .. index:: pair: variable; port .. _doxid-structtapi__dns__unbound__cfg__address_1ac1f99d6695d2390dbc4df053ad28000f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` port Port number.