ReactOS 0.4.16-dev-106-g10b08aa
|
#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 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(), and test_tcp_tx_full_window_lost().
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(), and test_tcp_tx_full_window_lost().
Definition at line 26 of file tcp_helper.h.
Referenced by test_tcp_netif_output(), and test_tcp_tx_full_window_lost().