Home
last modified time | relevance | path

Searched refs:netconn_disconnect (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h329 err_t netconn_disconnect (struct netconn *conn);
/third_party/lwip/src/api/
Dapi_lib.c409 netconn_disconnect(struct netconn *conn) in netconn_disconnect() function
Dsockets.c859 err = netconn_disconnect(sock->conn); in lwip_connect_internal()