:orphan: .. index:: pair: struct; tapi_trex_common_config .. _doxid-structtapi__trex__common__config: struct tapi_trex_common_config ============================== .. toctree:: :hidden: Overview ~~~~~~~~ Common TRex client/server options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_trex_common_config { // fields const struct sockaddr* :ref:`ip_range_beg`; const struct sockaddr* :ref:`ip_range_end`; const struct sockaddr* :ref:`ip_offset`; :ref:`tapi_job_opt_uint_t` :ref:`port`; const char* :ref:`payload`; :ref:`tapi_trex_interface`* :ref:`interface`; const struct sockaddr* :ref:`ip`; const struct sockaddr* :ref:`gw`; }; .. _details-structtapi__trex__common__config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Common TRex client/server options. Fields ------ .. index:: pair: variable; ip_range_beg .. _doxid-structtapi__trex__common__config_1a3544b85c918e5b7e216366947b00ae63: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* ip_range_beg IP range begin (if ``NULL`` then ``"0.0.0.0"``). .. index:: pair: variable; ip_range_end .. _doxid-structtapi__trex__common__config_1a3c00e8ae2e8e1b0bfefe0ca76a266d09: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* ip_range_end IP range end (if ``NULL`` then ``"0.0.0.0"``). .. index:: pair: variable; ip_offset .. _doxid-structtapi__trex__common__config_1a9fdeb9d6e3252b54e6220db90e4d4fcf: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* ip_offset Offset to add per port pair (if ``NULL`` then ``"0.0.0.0"``). .. index:: pair: variable; port .. _doxid-structtapi__trex__common__config_1ad7b360a79eb7770cf4973f0199349093: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` port Port number in clients requests (if not set then ``80``). .. index:: pair: variable; payload .. _doxid-structtapi__trex__common__config_1add9152f8db5ba5ecbd2e8ba1120f4713: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* payload HTTP buffer to send to the other side. .. index:: pair: variable; interface .. _doxid-structtapi__trex__common__config_1a5f49099a4187f326007b6af8fd3c3cb6: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_trex_interface`* interface Interface to use. .. index:: pair: variable; ip .. _doxid-structtapi__trex__common__config_1afdc271e5aa55792fac300b054d8bd599: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* ip Real IP (or MAC) address of interface, if ``NULL`` then ``"0.0.0.0"``. .. index:: pair: variable; gw .. _doxid-structtapi__trex__common__config_1a343932a0d949dec3c1bf80f660adeb4c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* gw Real gateway IP (or MAC) address of interface, if ``NULL`` then ``"0.0.0.0"``.