Searched defs:netconn_recv (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 501 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 D | api_lib.c | 364 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 D | lwipopts.h | 173 #define netconn_recv lwip_netconn_recv macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 71 #define netconn_recv lwip_netconn_recv macro
|
Completed in 56 milliseconds