Home
last modified time | relevance | path

Searched refs:tcp_err (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c260 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/
Daltcp_tcp.c167 tcp_err(tpcb, NULL); in altcp_tcp_remove_callbacks()
180 tcp_err(tpcb, altcp_tcp_err); in altcp_tcp_setup_callbacks()
Dtcp.c2237 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) function
/third_party/lwip/src/include/lwip/
Daltcp.h172 #define altcp_err tcp_err
Dtcp.h422 void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);
/third_party/lwip/src/api/
Dapi_msg.c552 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/
Dtcp_helper.c246 tcp_err(pcb, test_tcp_counters_err); in test_tcp_new_counters_pcb()