Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
H A Dapi.h329 err_t netconn_disconnect (struct netconn *conn);
/third_party/lwip/src/api/
H A Dapi_lib.c409 netconn_disconnect(struct netconn *conn) in netconn_disconnect() function
414 LWIP_ERROR("netconn_disconnect: invalid conn", (conn != NULL), return ERR_ARG;); in netconn_disconnect()
H A Dsockets.c863 err = netconn_disconnect(sock->conn); in lwip_connect_internal()

Completed in 9 milliseconds