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

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_input.c94 tcp_reass(PNATState pData, struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) argument
103 LogFlowFunc(("ENTER: pData:%p, tp:%R[tcpcb793], th:%p, tlenp:%p, m:%p\n", pData, tp, th, tlenp, m));
135 *tlenp = 0;
150 *tlenp = 0;
180 if (i >= *tlenp)
183 tcpstat.tcps_rcvdupbyte += *tlenp;
198 *tlenp -= i;
203 tcpstat.tcps_rcvoobyte += *tlenp;
211 int i = (th->th_seq + *tlenp)
[all...]

Completed in 34 milliseconds