:orphan: .. index:: pair: struct; tapi_netperf_opt .. _doxid-structtapi__netperf__opt: struct tapi_netperf_opt ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Command line options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_netperf_opt { // fields :ref:`tapi_netperf_test_name` :ref:`test_name`; const struct sockaddr* :ref:`dst_host`; const struct sockaddr* :ref:`src_host`; int :ref:`port`; sa_family_t :ref:`ipversion`; uint32_t :ref:`duration`; :ref:`tapi_netperf_test_opt` :ref:`test_opt`; }; .. _details-structtapi__netperf__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Command line options. Fields ------ .. index:: pair: variable; test_name .. _doxid-structtapi__netperf__opt_1a43b6a6bb2f1110ac6188b05ae5e0c002: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_netperf_test_name` test_name Name of the test .. index:: pair: variable; dst_host .. _doxid-structtapi__netperf__opt_1a5f14261d1afc6a22d79961597e72defa: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* dst_host Netserver host .. index:: pair: variable; src_host .. _doxid-structtapi__netperf__opt_1a47abd2cc4808d116ce0635a5e86f82dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* src_host Netperf host May be ``NULL`` (netperf source address will be not set) .. index:: pair: variable; port .. _doxid-structtapi__netperf__opt_1a79161a334a8e8de0ad126b48755a24db: .. ref-code-block:: cpp :class: doxyrest-title-code-block int port Port to connect. May be ``-1`` (default port 12865 will be set). Host-Endian byteorder. .. index:: pair: variable; ipversion .. _doxid-structtapi__netperf__opt_1a51d60d22636050e404c47caa2defc1d9: .. ref-code-block:: cpp :class: doxyrest-title-code-block sa_family_t ipversion IPv4 or IPv6 .. index:: pair: variable; duration .. _doxid-structtapi__netperf__opt_1aabbabd7a3878899a1ca66968ebf08878: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t duration duration in seconds of the test .. index:: pair: variable; test_opt .. _doxid-structtapi__netperf__opt_1a70205079294f5536bf49d90aa7433a23: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_netperf_test_opt` test_opt Test specific command line options