Home
last modified time | relevance | path

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

/lib/liblwip/
DUPGRADING19 * Changed the semantics of tcp_close() (since it was rather a
21 callback (aside from NULL/closed) after calling tcp_close()
DCHANGELOG787 recv callbacks after calling tcp_close(). Added tcp_shutdown().
1452 tcp_close returns != ERR_OK)
2274 tcp_output fails in tcp_close, the code in do_close_internal gets simpler
3313 - Fixed a bug in tcp_close().
/lib/liblwip/src/include/lwip/
Dtcp.h351 err_t tcp_close (struct tcp_pcb *pcb);
/lib/liblwip/src/core/
Dtcp.c285 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
1204 return tcp_close(pcb); in tcp_recv_null()
/lib/liblwip/src/api/
Dapi_msg.c786 err = tcp_close(conn->pcb.tcp);
1099 tcp_close(lpcb);
/lib/liblwip/doc/
Drawapi.txt273 - err_t tcp_close(struct tcp_pcb *pcb)
281 The pcb is deallocated by the TCP code after a call to tcp_close().