Home
last modified time | relevance | path

Searched refs:tcp_abort (Results 1 – 13 of 13) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtest_tcp_oos.c281 tcp_abort(pcb); in START_TEST()
451 tcp_abort(pcb); in START_TEST()
539 tcp_abort(pcb); in START_TEST()
626 tcp_abort(pcb); in START_TEST()
701 tcp_abort(pcb); in START_TEST()
776 tcp_abort(pcb); in START_TEST()
958 tcp_abort(pcb); in test_tcp_recv_ooseq_double_FINs()
Dtest_tcp.c93 tcp_abort(pcb); in START_TEST()
198 tcp_abort(pcb); in START_TEST()
252 tcp_abort(pcb); in START_TEST()
360 tcp_abort(pcb); in START_TEST()
437 tcp_abort(pcb); in START_TEST()
605 tcp_abort(pcb); in START_TEST()
707 tcp_abort(pcb); in START_TEST()
784 tcp_abort(pcb); in START_TEST()
926 tcp_abort(pcb); in test_tcp_tx_full_window_lost()
1060 tcp_abort(pcb); in START_TEST()
[all …]
Dtcp_helper.c27 tcp_abort(pcb2); in tcp_remove()
/third_party/lwip/src/include/lwip/
Daltcp.h182 #define altcp_abort tcp_abort
Dtcp.h478 void tcp_abort (struct tcp_pcb *pcb);
/third_party/lwip/src/core/
Dtcp.c796 tcp_abort(struct tcp_pcb *pcb) in tcp_abort() function
948 tcp_abort(pcb);
1921 tcp_abort(inactive);
1979 tcp_abort(inactive);
2498 tcp_abort(pcb);
Daltcp_tcp.c309 tcp_abort(pcb); in altcp_tcp_abort()
Dtcp_in.c513 tcp_abort(pcb);
982 tcp_abort(pcb);
/third_party/lwip/src/api/
Dapi_msg.c926 tcp_abort(newconn->pcb.tcp);
1033 tcp_abort(tpcb);
1044 tcp_abort(tpcb);
1096 tcp_abort(tpcb);
/third_party/lwip/
DUPGRADING157 * When calling tcp_abort() from a raw API TCP callback function,
159 (ERR_ABRT now means the applicaiton has called tcp_abort!)
DCHANGELOG817 * tcp_in.c: fixed bug #46365 tcp_accept_null() should call tcp_abort()
1030 * tcp.c: fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list
2076 * tcp.h, tcp.c, tcp_in.c: Fixed bug #27871: Calling tcp_abort() in recv
2078 ERR_ABRT means the application has called tcp_abort()!
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c264 tcp_abort(conn->conn_pcb); in lwiperf_tcp_close()
/third_party/lwip/test/unit/api/
Dtest_sockets.c48 tcp_abort(tcp_tw_pcbs); in sockets_teardown()