:orphan: .. index:: pair: group; unbound DNS server tool TAPI (tapi_dns_unbound) .. _doxid-group__tapi__dns__unbound: unbound DNS server tool TAPI (tapi_dns_unbound) =============================================== .. toctree:: :hidden: enum_tapi_dns_unbound_cfg_ac_action.rst enum_tapi_dns_unbound_verbose.rst struct_tapi_dns_unbound_app.rst struct_tapi_dns_unbound_cfg_ac.rst struct_tapi_dns_unbound_cfg_address.rst struct_tapi_dns_unbound_cfg_auth_zone.rst struct_tapi_dns_unbound_cfg_opt.rst struct_tapi_dns_unbound_opt.rst Overview ~~~~~~~~ TAPI to handle unbound DNS server tool. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef enum :ref:`tapi_dns_unbound_verbose` :ref:`tapi_dns_unbound_verbose`; typedef struct :ref:`tapi_dns_unbound_cfg_address` :ref:`tapi_dns_unbound_cfg_address`; typedef enum :ref:`tapi_dns_unbound_cfg_ac_action` :ref:`tapi_dns_unbound_cfg_ac_action`; typedef struct :ref:`tapi_dns_unbound_cfg_ac` :ref:`tapi_dns_unbound_cfg_ac`; typedef struct :ref:`tapi_dns_unbound_cfg_auth_zone` :ref:`tapi_dns_unbound_cfg_auth_zone`; typedef struct :ref:`tapi_dns_unbound_cfg_opt` :ref:`tapi_dns_unbound_cfg_opt`; typedef struct :ref:`tapi_dns_unbound_opt` :ref:`tapi_dns_unbound_opt`; typedef struct :ref:`tapi_dns_unbound_app` :ref:`tapi_dns_unbound_app`; // enums enum :ref:`tapi_dns_unbound_cfg_ac_action`; enum :ref:`tapi_dns_unbound_verbose`; // structs struct :ref:`tapi_dns_unbound_app`; struct :ref:`tapi_dns_unbound_cfg_ac`; struct :ref:`tapi_dns_unbound_cfg_address`; struct :ref:`tapi_dns_unbound_cfg_auth_zone`; struct :ref:`tapi_dns_unbound_cfg_opt`; struct :ref:`tapi_dns_unbound_opt`; // global variables const :ref:`tapi_dns_unbound_cfg_opt` :ref:`tapi_dns_unbound_cfg_default_opt`; const :ref:`tapi_dns_unbound_opt` :ref:`tapi_dns_unbound_default_opt`; // global functions :ref:`te_errno` :ref:`tapi_dns_unbound_create`(:ref:`tapi_job_factory_t`* factory, const :ref:`tapi_dns_unbound_opt`* opt, :ref:`tapi_dns_unbound_app`** app); :ref:`te_errno` :ref:`tapi_dns_unbound_start`(:ref:`tapi_dns_unbound_app`* app); :ref:`te_errno` :ref:`tapi_dns_unbound_wait`(:ref:`tapi_dns_unbound_app`* app, int timeout_ms); :ref:`te_errno` :ref:`tapi_dns_unbound_kill`(:ref:`tapi_dns_unbound_app`* app, int signum); :ref:`te_errno` :ref:`tapi_dns_unbound_stop`(:ref:`tapi_dns_unbound_app`* app); :ref:`te_errno` :ref:`tapi_dns_unbound_destroy`(:ref:`tapi_dns_unbound_app`* app); .. _details-group__tapi__dns__unbound: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TAPI to handle unbound DNS server tool. Typedefs -------- .. index:: pair: typedef; tapi_dns_unbound_verbose .. _doxid-group__tapi__dns__unbound_1ga86110dcd54df0903b46b321b254de525: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_dns_unbound_verbose` tapi_dns_unbound_verbose Representation of possible values for unbound::verbose option. .. index:: pair: typedef; tapi_dns_unbound_cfg_address .. _doxid-group__tapi__dns__unbound_1gacd96c80fee24dc542d6c5cd8f75c2b33: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_cfg_address` tapi_dns_unbound_cfg_address Representation of pair of address and port. .. index:: pair: typedef; tapi_dns_unbound_cfg_ac_action .. _doxid-group__tapi__dns__unbound_1ga74901beb5bf79b92ab2d302b05042d9e: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef enum :ref:`tapi_dns_unbound_cfg_ac_action` tapi_dns_unbound_cfg_ac_action Representation of possible values of action for access_control option. .. index:: pair: typedef; tapi_dns_unbound_cfg_ac .. _doxid-group__tapi__dns__unbound_1gafb46eda0d3db34c8d7090b9bd0b19c38: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_cfg_ac` tapi_dns_unbound_cfg_ac Representation of unbound::access-control option. .. index:: pair: typedef; tapi_dns_unbound_cfg_auth_zone .. _doxid-group__tapi__dns__unbound_1ga62b21e5da537287fc1ddf135475bece9: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_cfg_auth_zone` tapi_dns_unbound_cfg_auth_zone Representation of unbound::auth-zone option element. .. index:: pair: typedef; tapi_dns_unbound_cfg_opt .. _doxid-group__tapi__dns__unbound_1ga8ddf713b061a15c429882eec4c07d178: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_cfg_opt` tapi_dns_unbound_cfg_opt Unbound DNS server config file options. ``use-syslog`` option disabled by default. .. index:: pair: typedef; tapi_dns_unbound_opt .. _doxid-group__tapi__dns__unbound_1ga02c667e83f15faad979624aca05ef561: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_opt` tapi_dns_unbound_opt Unbound DNS server specific command line options. .. index:: pair: typedef; tapi_dns_unbound_app .. _doxid-group__tapi__dns__unbound_1ga04efd7d7744f8503edf8f4307078fd97: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_dns_unbound_app` tapi_dns_unbound_app Information of a unbound DNS server tool. Global Variables ---------------- .. index:: pair: variable; tapi_dns_unbound_cfg_default_opt .. _doxid-group__tapi__dns__unbound_1ga06ba8f41c177d69146249e57e06144e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_dns_unbound_cfg_opt` tapi_dns_unbound_cfg_default_opt Default options initializer. .. index:: pair: variable; tapi_dns_unbound_default_opt .. _doxid-group__tapi__dns__unbound_1ga57f4110d97d5cad108874ea513d860f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_dns_unbound_opt` tapi_dns_unbound_default_opt Default options initializer. Global Functions ---------------- .. index:: pair: function; tapi_dns_unbound_create .. _doxid-group__tapi__dns__unbound_1ga284981e857c4b4ec1f5c00031c3f44ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_create(:ref:`tapi_job_factory_t`* factory, const :ref:`tapi_dns_unbound_opt`* opt, :ref:`tapi_dns_unbound_app`** app) Create unbound DNS server app. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - factory - Job factory. * - opt - Unbound server tool options. * - app - Unbound server app handle. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_dns_unbound_start .. _doxid-group__tapi__dns__unbound_1ga75780621dff0443a193cd36eb38a1a96: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_start(:ref:`tapi_dns_unbound_app`* app) Start unbound DNS server tool. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - app - Unbound DNS server app handle. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_dns_unbound_wait .. _doxid-group__tapi__dns__unbound_1ga0bd94fcbf388b593c1935c43d483ac4f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_wait(:ref:`tapi_dns_unbound_app`* app, int timeout_ms) Wait for unbound DNS server tool completion. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - app - Unbound DNS server app handle. * - timeout_ms - Wait timeout in milliseconds. * - TE_EINPROGRESS - unbound DNS server is still running. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_dns_unbound_kill .. _doxid-group__tapi__dns__unbound_1ga4b52cb4bfbae43a0cae3c2dbc9e4a344: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_kill(:ref:`tapi_dns_unbound_app`* app, int signum) Send a signal to unbound DNS server tool. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - app - Unbound DNS server app handle. * - signum - Signal to send. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_dns_unbound_stop .. _doxid-group__tapi__dns__unbound_1ga25e2e29629fdaa16ca813b2720de4e60: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_stop(:ref:`tapi_dns_unbound_app`* app) Stop unbound DNS server tool. It can be started over with :ref:`tapi_dns_unbound_start() `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - app - Unbound DNS server app handle. * - TE_EPROTO - unbound DNS server tool is stopped, but report is unavailable. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_dns_unbound_destroy .. _doxid-group__tapi__dns__unbound_1ga69c9ea65b0da157b8bab26349c5296fd: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_dns_unbound_destroy(:ref:`tapi_dns_unbound_app`* app) Destroy unbound DNS server app. The app cannot be used after calling this function. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - app - Unbound DNS server app handle. .. rubric:: Returns: Status code.