Searched refs:tcp_err (Results 1 – 6 of 6) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/lwiperf/ |
H A D | lwiperf.c | 260 tcp_err(conn->conn_pcb, NULL); in lwiperf_tcp_close() 424 tcp_err(newpcb, lwiperf_tcp_err); in lwiperf_tx_start_impl() 630 tcp_err(conn->conn_pcb, lwiperf_tcp_err); in lwiperf_tcp_accept()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | altcp_tcp.c | 167 tcp_err(tpcb, NULL); in altcp_tcp_remove_callbacks() 177 tcp_err(tpcb, altcp_tcp_err); in altcp_tcp_setup_callbacks()
|
H A D | tcp.c | 2063 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err() function
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | altcp.h | 172 #define altcp_err tcp_err
|
H A D | tcp.h | 418 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | api_msg.c | 523 tcp_err(pcb, err_tcp); 585 tcp_err(pcb, NULL); 975 tcp_err(tpcb, NULL); 1098 tcp_err(tpcb, err_tcp);
|