Searched refs:lwip_netconn_do_writemore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c66 static err_t lwip_netconn_do_writemore(struct netconn *conn);
286 lwip_netconn_do_writemore(conn);
322 lwip_netconn_do_writemore(conn);
389 /* calling lwip_netconn_do_writemore/lwip_netconn_do_close_internal is not necessary
1231 lwip_netconn_do_writemore(struct netconn *conn) function
1292 LWIP_ASSERT("lwip_netconn_do_writemore: invalid length!", ((conn->write_offset + len) <= conn->current_msg->msg.w.len));
1378 /* set all the variables used by lwip_netconn_do_writemore */
1386 if (lwip_netconn_do_writemore(msg->conn) != ERR_OK) {
1394 lwip_netconn_do_writemore(msg->conn);
1396 /* for both cases: if lwip_netconn_do_writemore wa
[all...]

Completed in 61 milliseconds