Searched defs:_lwiperf_state_tcp (Results 1 – 2 of 2) sorted by relevance
114 typedef struct _lwiperf_state_tcp { struct115 lwiperf_state_base_t base;116 struct tcp_pcb *server_pcb;117 struct tcp_pcb *conn_pcb;118 u32_t time_started;119 lwiperf_report_fn report_fn;120 void *report_arg;121 u8_t poll_count;122 u8_t next_num;124 u8_t client_tradeoff_mode;[all …]
103 typedef struct _lwiperf_state_tcp { struct104 lwiperf_state_base_t base;105 struct tcp_pcb* server_pcb;106 struct tcp_pcb* conn_pcb;107 u32_t time_started;108 lwiperf_report_fn report_fn;109 void* report_arg;110 u8_t poll_count;111 u8_t next_num;112 u32_t bytes_transferred;[all …]