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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h144 err_t netconn_disconnect (struct netconn *conn);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h166 #define netconn_disconnect lwip_netconn_disconnect macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h255 err_t netconn_disconnect (struct netconn *conn);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h60 #define netconn_disconnect lwip_netconn_disconnect macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c299 err = netconn_disconnect(sock->conn);
560 netconn_disconnect(sock->conn);
H A Dapi_lib.c436 netconn_disconnect(struct netconn *conn) function
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c233 netconn_disconnect(struct netconn *conn) function
238 LWIP_ERROR("netconn_disconnect: invalid conn", (conn != NULL), return ERR_ARG;);
H A Dsockets.c567 err = netconn_disconnect(sock->conn);

Completed in 74 milliseconds