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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h130 err_t netconn_delete (struct netconn *conn);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h165 #define netconn_delete lwip_netconn_delete macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h244 err_t netconn_delete(struct netconn *conn);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h59 #define netconn_delete lwip_netconn_delete macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c264 netconn_delete(struct netconn *conn) function
301 netconn_delete((struct netconn *)mem);
H A Dsockets.c200 netconn_delete(newconn);
273 netconn_delete(sock->conn);
599 netconn_delete(conn);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c430 netconn_delete(newconn);
445 netconn_delete(newconn);
536 netconn_delete(sock->conn);
1067 netconn_delete(conn);
H A Dapi_lib.c104 netconn_delete(struct netconn *conn) function

Completed in 70 milliseconds