:orphan: .. index:: pair: struct; tapi_tcp_reset_hack_t .. _doxid-structtapi__tcp__reset__hack__t: struct tapi_tcp_reset_hack_t ============================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tapi_tcp_reset_hack_t { // fields :ref:`csap_handle_t` :target:`tcp_hack_csap`; uint8_t :target:`rem_mac`[6]; uint8_t :target:`loc_mac`[6]; in_addr_t :target:`rem_ip_addr`; in_addr_t :target:`loc_ip_addr`; :ref:`tapi_tcp_pos_t` :target:`rem_start_seq`; :ref:`tapi_tcp_pos_t` :target:`loc_start_seq`; uint16_t :target:`rem_port`; uint16_t :target:`loc_port`; bool :target:`catched`; };