Data Fields | |
struct ip_addr | addr |
uint32_t | buflen |
ttcp_done_cb_t * | done_cb |
uint32_t | left |
struct tcp_pcb * | lpcb |
int | mode |
uint16_t | nbuf |
void * | opaque |
char * | payload |
uint16_t | port |
uint16_t | print_cnt |
uint32_t | recved |
uint32_t | start_time |
uint32_t | tid |
struct tcp_pcb * | tpcb |
int | udp |
uint16_t | udp_end_marker_left |
int | udp_started |
struct udp_pcb * | upcb |
int | verbose |
struct ip_addr ttcp::addr |
Referenced by tcp_start(), ttcp_start(), and udp_start().
uint32_t ttcp::buflen |
Referenced by cmd_ttcp(), tcp_send_data(), tcp_start(), ttcp_print_stats(), ttcp_start(), and udp_send_data().
ttcp_done_cb_t* ttcp::done_cb |
Referenced by ttcp_done(), and ttcp_start().
uint32_t ttcp::left |
Referenced by tcp_send_data(), tcp_timeout_cb(), ttcp_start(), and udp_send_data().
struct tcp_pcb* ttcp::lpcb |
Referenced by tcp_start(), and ttcp_destroy().
int ttcp::mode |
Referenced by cmd_ttcp(), tcp_start(), ttcp_print_stats(), ttcp_start(), and udp_start().
uint16_t ttcp::nbuf |
Referenced by cmd_ttcp(), ttcp_print_stats(), and ttcp_start().
void* ttcp::opaque |
Referenced by ttcp_done(), and ttcp_start().
char* ttcp::payload |
Referenced by tcp_send_data(), tcp_start(), and ttcp_destroy().
uint16_t ttcp::port |
Referenced by cmd_ttcp(), tcp_start(), ttcp_start(), and udp_start().
uint16_t ttcp::print_cnt |
Referenced by tcp_recv_cb(), tcp_timeout_cb(), and udp_recv_cb().
uint32_t ttcp::recved |
Referenced by tcp_recv_cb(), ttcp_print_stats(), and udp_recv_cb().
uint32_t ttcp::start_time |
Referenced by tcp_accept_cb(), tcp_connect_cb(), ttcp_print_stats(), udp_recv_cb(), and udp_send_data().
uint32_t ttcp::tid |
Referenced by tcp_send_data(), tcp_timeout_cb(), ttcp_destroy(), and udp_send_data().
struct tcp_pcb* ttcp::tpcb |
Referenced by tcp_accept_cb(), tcp_conn_err_cb(), tcp_send_data(), tcp_start(), tcp_timeout_cb(), and ttcp_destroy().
int ttcp::udp |
Referenced by cmd_ttcp(), ttcp_print_stats(), and ttcp_start().
uint16_t ttcp::udp_end_marker_left |
Referenced by udp_send_data(), and udp_start().
int ttcp::udp_started |
Referenced by udp_recv_cb(), and udp_send_data().
struct udp_pcb* ttcp::upcb |
Referenced by ttcp_destroy(), udp_send_bytes(), and udp_start().
int ttcp::verbose |
Referenced by cmd_ttcp(), tcp_recv_cb(), tcp_timeout_cb(), ttcp_print_stats(), ttcp_start(), and udp_recv_cb().