Searched defs:netconn_recv (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c501 netconn_recv(struct netconn *conn) function
590 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv: received %p (err %d)\n", (void *)buf, conn->err));
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c364 LWIP_ERROR("netconn_recv: invalid pointer", (new_buf != NULL), return ERR_ARG;);
366 LWIP_ERROR("netconn_recv: invalid conn", (conn != NULL), return ERR_ARG;);
451 LWIP_ERROR("netconn_recv: invalid conn", (conn != NULL) &&
466 netconn_recv(struct netconn *conn, struct netbuf **new_buf) function
473 LWIP_ERROR("netconn_recv: invalid pointer", (new_buf != NULL), return ERR_ARG;);
475 LWIP_ERROR("netconn_recv: invalid conn", (conn != NULL), return ERR_ARG;);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h173 #define netconn_recv lwip_netconn_recv macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h71 #define netconn_recv lwip_netconn_recv macro

Completed in 1141 milliseconds