Searched refs:netconn_write (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | api.h | 150 err_t netconn_write (struct netconn *conn,
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 176 #define netconn_write lwip_netconn_write macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | api.h | 54 /* Flags for netconn_write (u8_t) */ 62 /** TCP: when data passed to netconn_write doesn't fit into the send buffer, 211 /** TCP: when data passed to netconn_write doesn't fit into the send buffer, 214 /** TCP: when data passed to netconn_write doesn't fit into the send buffer, 267 #define netconn_write(conn, dataptr, size, apiflags) \ macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 75 #define netconn_write lwip_netconn_write
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 625 netconn_write(struct netconn *conn, void *dataptr, u16_t size, u8_t copy) function 668 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_write: writing %d bytes (%d)\n", len, copy));
|
H A D | sockets.c | 509 err = netconn_write(sock->conn, data, size, NETCONN_COPY);
|
Completed in 52 milliseconds