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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c2005 size_t toeob, tolim; local
2113 tolim = lim - beg;
2114 if (tolim > 0) {
2115 error = tcp_write(pcb, &pxtcp->inbuf.buf[beg], (u16_t)tolim, 0);
2119 nsent += tolim;

Completed in 48 milliseconds