Searched refs:tcp_err (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/apps/lwiperf/ |
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()
|
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 167 tcp_err(tpcb, NULL); in altcp_tcp_remove_callbacks() 180 tcp_err(tpcb, altcp_tcp_err); in altcp_tcp_setup_callbacks()
|
D | tcp.c | 2237 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) function
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 172 #define altcp_err tcp_err
|
D | tcp.h | 422 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
|
/third_party/lwip/src/api/ |
D | api_msg.c | 552 tcp_err(pcb, err_tcp); 614 tcp_err(pcb, NULL); 1021 tcp_err(tpcb, NULL); 1144 tcp_err(tpcb, err_tcp);
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 246 tcp_err(pcb, test_tcp_counters_err); in test_tcp_new_counters_pcb()
|