ReactOS 0.4.15-dev-7924-g5949c20
test_tcp_txcounters Struct Reference

#include <tcp_helper.h>

Collaboration diagram for test_tcp_txcounters:

Public Attributes

u32_t num_tx_calls
 
u32_t num_tx_bytes
 
u8_t copy_tx_packets
 
struct pbuftx_packets
 

Detailed Description

Definition at line 22 of file tcp_helper.h.

Member Data Documentation

◆ copy_tx_packets

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().

◆ num_tx_bytes

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().

◆ num_tx_calls

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().

◆ tx_packets

struct pbuf* test_tcp_txcounters::tx_packets

Definition at line 26 of file tcp_helper.h.

Referenced by test_tcp_netif_output(), and test_tcp_tx_full_window_lost().


The documentation for this struct was generated from the following file: