ReactOS 0.4.16-dev-753-g705a985
|
#include <tcp_helper.h>
Public Attributes | |
u32_t | num_tx_calls |
u32_t | num_tx_bytes |
u8_t | copy_tx_packets |
struct pbuf * | tx_packets |
Definition at line 22 of file tcp_helper.h.
u8_t test_tcp_txcounters::copy_tx_packets |
Definition at line 25 of file tcp_helper.h.
Referenced by START_TEST(), test_rst_generation_with_incoming_packet(), test_tcp_netif_output(), and test_tcp_tx_full_window_lost().
u32_t test_tcp_txcounters::num_tx_bytes |
Definition at line 24 of file tcp_helper.h.
Referenced by START_TEST(), test_tcp_netif_output(), test_tcp_rto_timeout_impl(), test_tcp_rto_timeout_syn_sent_impl(), test_tcp_tx_full_window_lost(), and test_tcp_zwp_timeout_impl().
u32_t test_tcp_txcounters::num_tx_calls |
Definition at line 23 of file tcp_helper.h.
Referenced by START_TEST(), test_tcp_netif_output(), test_tcp_rto_timeout_impl(), test_tcp_rto_timeout_syn_sent_impl(), test_tcp_tx_full_window_lost(), and test_tcp_zwp_timeout_impl().
Definition at line 26 of file tcp_helper.h.
Referenced by START_TEST(), test_rst_generation_with_incoming_packet(), test_tcp_netif_output(), and test_tcp_tx_full_window_lost().