Searched refs:netconn_delete (Results 1 – 4 of 4) sorted by relevance
315 err_t netconn_delete(struct netconn *conn);
233 netconn_delete(struct netconn *conn) in netconn_delete() function
588 netconn_delete(conn); in free_socket_free_elements()660 netconn_delete(newconn); in lwip_accept()1800 netconn_delete(conn); in lwip_socket()
965 * netconn API: fixed that netconn_close/netconn_delete still used message passing1880 netconn_delete)3513 closing, both netconn_close and netconn_delete should safely close tcp3601 by ASSERT, except for netconn_delete.