ReactOS 0.4.16-dev-927-g467dec4
test_udp_rxdata Struct Reference
Collaboration diagram for test_udp_rxdata:

Public Attributes

u32_t rx_cnt
 
u32_t rx_bytes
 
struct udp_pcb * pcb
 

Detailed Description

Definition at line 11 of file test_udp.c.

Member Data Documentation

◆ pcb

struct udp_pcb* test_udp_rxdata::pcb

Definition at line 14 of file test_udp.c.

Referenced by START_TEST(), and test_recv().

◆ rx_bytes

u32_t test_udp_rxdata::rx_bytes

Definition at line 13 of file test_udp.c.

Referenced by START_TEST(), and test_recv().

◆ rx_cnt

u32_t test_udp_rxdata::rx_cnt

Definition at line 12 of file test_udp.c.

Referenced by START_TEST(), and test_recv().


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