Searched refs:netconn_listen (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h145 err_t netconn_listen (struct netconn *conn);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h168 #define netconn_listen lwip_netconn_listen macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h257 #define netconn_listen(conn) netconn_listen_with_backlog(conn, TCP_DEFAULT_LISTEN_BACKLOG) macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h63 #define netconn_listen lwip_netconn_listen
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c457 netconn_listen(struct netconn *conn) function
H A Dsockets.c338 err = netconn_listen(sock->conn);

Completed in 86 milliseconds