Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcp.c265 static void tcp_close ( struct tcp_connection *tcp, int rc ) { in tcp_close() function
542 tcp_close ( tcp, -ETIMEDOUT ); in tcp_expired()
843 tcp_close ( tcp, 0 ); in tcp_rx_fin()
873 tcp_close ( tcp, -ECONNRESET ); in tcp_rx_rst()
1053 tcp_close ( tcp, rc ); in tcp_xfer_close()
/external/syslinux/core/lwip/
DUPGRADING19 * Changed the semantics of tcp_close() (since it was rather a
21 callback (aside from NULL/closed) after calling tcp_close()
DCHANGELOG488 recv callbacks after calling tcp_close(). Added tcp_shutdown().
1153 tcp_close returns != ERR_OK)
1975 tcp_output fails in tcp_close, the code in do_close_internal gets simpler
3014 - Fixed a bug in tcp_close().
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h349 err_t tcp_close (struct tcp_pcb *pcb);
/external/syslinux/core/lwip/src/core/
Dtcp.c252 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
1107 return tcp_close(pcb); in tcp_recv_null()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c774 err = tcp_close(conn->pcb.tcp);
1087 tcp_close(lpcb);
/external/syslinux/core/lwip/doc/
Drawapi.txt267 - err_t tcp_close(struct tcp_pcb *pcb)
275 The pcb is deallocated by the TCP code after a call to tcp_close().