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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c153 * pbuf chain received by pxtcp_pcb_recv() but not yet completely
160 * Guest has closed its side. Reported to pxtcp_pcb_recv() only
273 static err_t pxtcp_pcb_recv(void *, struct tcp_pcb *, struct pbuf *, err_t);
673 tcp_recv(pcb, pxtcp_pcb_recv);
1179 * traffic is fast-forwarded by pxtcp_pcb_recv(); if it fails
1352 pxtcp_pcb_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t error) function
1407 * Called either immediately from pxtcp_pcb_recv() when it gets NULL,
1410 * pxtcp_pcb_recv().
1464 * Called by pxtcp_pcb_recv() to forward new data and by callout

Completed in 41 milliseconds