Searched refs:netconn_send (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | api.h | 148 err_t netconn_send (struct netconn *conn,
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 174 #define netconn_send lwip_netconn_send macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | api.h | 264 err_t netconn_send(struct netconn *conn, struct netbuf *buf);
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 72 #define netconn_send lwip_netconn_send macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | api_lib.c | 565 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));
|
H A D | sockets.c | 1007 err = netconn_send(sock->conn, &buf);
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 597 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));
|
H A D | sockets.c | 503 err = netconn_send(sock->conn, buf);
|
Completed in 61 milliseconds