Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 8 of 8) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c261 err = tcp_close(conn->conn_pcb); in lwiperf_tcp_close()
268 err = tcp_close(conn->server_pcb); in lwiperf_tcp_close()
722 tcp_close(pcb); in lwiperf_start_tcp_server_impl()
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c203 tcp_close(tpcb); in altcp_tcp_new_ip_type()
324 err = tcp_close(pcb); in altcp_tcp_close()
H A Dtcp.c484 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
1698 return tcp_close(pcb); in tcp_recv_null()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h183 #define altcp_close tcp_close
H A Dtcp.h470 err_t tcp_close (struct tcp_pcb *pcb);
/btstack/3rd-party/lwip/core/
H A DUPGRADING153 * Changed the semantics of tcp_close() (since it was rather a
155 callback (aside from NULL/closed) after calling tcp_close()
H A DCHANGELOG276 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
303 * tcp: Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying
861 after tcp_close())
1976 recv callbacks after calling tcp_close(). Added tcp_shutdown().
2641 tcp_close returns != ERR_OK)
3463 tcp_output fails in tcp_close, the code in do_close_internal gets simpler
4502 - Fixed a bug in tcp_close().
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c1009 err = tcp_close(tpcb);
1505 tcp_close(lpcb);