Home
last modified time | relevance | path

Searched refs:netconn_delete (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h315 err_t netconn_delete(struct netconn *conn);
/third_party/lwip/src/api/
Dapi_lib.c233 netconn_delete(struct netconn *conn) in netconn_delete() function
Dsockets.c588 netconn_delete(conn); in free_socket_free_elements()
660 netconn_delete(newconn); in lwip_accept()
1800 netconn_delete(conn); in lwip_socket()
/third_party/lwip/
DCHANGELOG965 * netconn API: fixed that netconn_close/netconn_delete still used message passing
1880 netconn_delete)
3513 closing, both netconn_close and netconn_delete should safely close tcp
3601 by ASSERT, except for netconn_delete.