:orphan: .. index:: pair: struct; tapi_packetdrill_opts .. _doxid-structtapi__packetdrill__opts: struct tapi_packetdrill_opts ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Packetdrill test tool options :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_packetdrill_opts { // fields :ref:`tapi_packetdrill_ip_version_t` :ref:`ip_version`; const char* :ref:`ip_version_str`; int :ref:`bind_port`; int :ref:`connect_port`; const struct sockaddr* :ref:`local_ip`; const struct sockaddr* :ref:`remote_ip`; const struct sockaddr* :ref:`gateway_ip`; const struct sockaddr* :ref:`netmask_ip`; char* :ref:`non_fatal`; bool :ref:`is_client`; const char* :ref:`wire_device`; const struct sockaddr* :ref:`wire_server_ip`; int :ref:`wire_server_port`; char :ref:`src_test_dir`[PATH_MAX]; char :ref:`short_test_name`[PATH_MAX]; const char* :ref:`prefix`; }; .. _details-structtapi__packetdrill__opts: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Packetdrill test tool options Fields ------ .. index:: pair: variable; ip_version .. _doxid-structtapi__packetdrill__opts_1a9426fb8f1cced68010fd3b8da67d852b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_packetdrill_ip_version_t` ip_version v4, v4-mapped-v6, v6 .. index:: pair: variable; ip_version_str .. _doxid-structtapi__packetdrill__opts_1a3742c593e14853569a514ff0bc27fd54: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* ip_version_str String representation of IP version, is set in **build_argv()** function .. index:: pair: variable; bind_port .. _doxid-structtapi__packetdrill__opts_1a4fc54ac4ec1bc548511861a9ec33626d: .. ref-code-block:: cpp :class: doxyrest-title-code-block int bind_port local port for bind() .. index:: pair: variable; connect_port .. _doxid-structtapi__packetdrill__opts_1a1837e4d4f573d3acf7b9c6414fa6db6b: .. ref-code-block:: cpp :class: doxyrest-title-code-block int connect_port remote port for connect() .. index:: pair: variable; local_ip .. _doxid-structtapi__packetdrill__opts_1a28a3c5a033737c53a41e767eb555c88d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* local_ip local interface IP .. index:: pair: variable; remote_ip .. _doxid-structtapi__packetdrill__opts_1a8df043470cc3d28816e5e08837b79bee: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* remote_ip remote interface IP .. index:: pair: variable; gateway_ip .. _doxid-structtapi__packetdrill__opts_1ae8965e29182d2f5dbfcc645c0da0cb83: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* gateway_ip gateway interface IP .. index:: pair: variable; netmask_ip .. _doxid-structtapi__packetdrill__opts_1a471fdc40af33f518bb286f66f0cd4399: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* netmask_ip network mask .. index:: pair: variable; non_fatal .. _doxid-structtapi__packetdrill__opts_1ae8a750f8b595f8aa5d622d7a5e14a34b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* non_fatal treat asserts as non-fatal: packet,syscall .. index:: pair: variable; is_client .. _doxid-structtapi__packetdrill__opts_1a2ca2300cfc2c08d3a135145adb0aa74e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_client be client or server .. index:: pair: variable; wire_device .. _doxid-structtapi__packetdrill__opts_1a37acc10154c86caa26273b1174e7f58e: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* wire_device iface name .. index:: pair: variable; wire_server_ip .. _doxid-structtapi__packetdrill__opts_1ad79cf96e2ef90de57898b81bfdda9d3c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* wire_server_ip IP of on-the-wire server .. index:: pair: variable; wire_server_port .. _doxid-structtapi__packetdrill__opts_1a536c2c703bbdfc1e1af63224c5cca8b6: .. ref-code-block:: cpp :class: doxyrest-title-code-block int wire_server_port server server listens on .. index:: pair: variable; src_test_dir .. _doxid-structtapi__packetdrill__opts_1afa73d4ef406445a59a6242c80611efab: .. ref-code-block:: cpp :class: doxyrest-title-code-block char src_test_dir[PATH_MAX] Path to packetdrill script .. index:: pair: variable; short_test_name .. _doxid-structtapi__packetdrill__opts_1acf65190e80a71a0b2c34439cd6196311: .. ref-code-block:: cpp :class: doxyrest-title-code-block char short_test_name[PATH_MAX] Short packetdrill script name .. index:: pair: variable; prefix .. _doxid-structtapi__packetdrill__opts_1a3bedeafe0a9689988462a5af43684271: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* prefix String to pass as a prefix before 'packetdrill'