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

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c597 netconn_send(struct netconn *conn, struct netbuf *buf) function
613 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %d bytes\n", buf->p->tot_len));
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c565 return netconn_send(conn, buf);
578 netconn_send(struct netconn *conn, struct netbuf *buf) function
583 LWIP_ERROR("netconn_send: invalid conn", (conn != NULL), return ERR_ARG;);
585 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h174 #define netconn_send lwip_netconn_send macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h72 #define netconn_send lwip_netconn_send macro

Completed in 52 milliseconds