ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
u32_t | rx_cnt |
u32_t | rx_bytes |
struct udp_pcb * | pcb |
Definition at line 11 of file test_udp.c.
struct udp_pcb* test_udp_rxdata::pcb |
Definition at line 14 of file test_udp.c.
Referenced by START_TEST(), and test_recv().
u32_t test_udp_rxdata::rx_bytes |
Definition at line 13 of file test_udp.c.
Referenced by START_TEST(), and test_recv().
u32_t test_udp_rxdata::rx_cnt |
Definition at line 12 of file test_udp.c.
Referenced by START_TEST(), and test_recv().