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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c197 * pxtcp_pcb_sent().
274 static err_t pxtcp_pcb_sent(void *, struct tcp_pcb *, u16_t);
674 tcp_sent(pcb, pxtcp_pcb_sent);
1341 /* ACK on connection is like ACK on data in pxtcp_pcb_sent() */
1824 * pxtcp_pcb_sent() will re-enable POLLIN when guest ACKs
2021 * is not reported to pxtcp_pcb_sent(). If we send something
2025 * report it to pxtcp_pcb_sent().
2062 * call pxtcp_pcb_sent() callback and we will come here again.
2224 pxtcp_pcb_sent(void *arg, struct tcp_pcb *pcb, u16_t len) function
2340 * pxtcp_pcb_sent() t
[all...]

Completed in 48 milliseconds