Home
last modified time | relevance | path

Searched refs:do_close_internal (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/api/
Dapi_msg.c66 static void do_close_internal(struct netconn *conn);
287 do_close_internal(conn);
323 do_close_internal(conn);
747 do_close_internal(struct netconn *conn) function
868 do_close_internal(msg->conn);
1472 do_close_internal(msg->conn);
/lib/liblwip/
DCHANGELOG1451 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
1787 * api_msg.c: do_close_internal(): Reset the callbacks and arg (conn) to NULL
2274 tcp_output fails in tcp_close, the code in do_close_internal gets simpler