Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h223 err_t netconn_disconnect (struct netconn *conn);
/external/syslinux/core/fs/pxe/
Dcore.c85 netconn_disconnect(priv->conn); in core_udp_disconnect()
/external/syslinux/core/lwip/src/api/
Dapi_lib.c217 netconn_disconnect(struct netconn *conn) in netconn_disconnect() function
Dsockets.c486 err = netconn_disconnect(sock->conn); in lwip_connect()