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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxData.c101 * If any data was acked, check to see if we have anything to fill the
220 } /* whole data block acked */
221 else /* Only some of the data was acked */
223 short acked; local
225 acked = (pktNextRecvSeq - sp->firstRtmtSeq);
226 mp = releaseData(mp, acked);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_input.c539 int todrop, acked, ourfinisacked, needoutput = 0; local
1419 * free the data acked & wake any higher level process
1504 acked = th->th_ack - tp->snd_una;
1506 tcpstat.tcps_rcvackbyte += acked;
1512 tp->t_bytes_acked += acked;
1518 sbdrop(&so->so_snd, acked);
1533 * If all outstanding data are acked, stop
1815 * if SYN has been acked change to ESTABLISHED else SYN_RCVD state
1816 * arrange for segment to be acked (eventually)
1863 tp->snd_una++; /* SYN is acked */
[all...]

Completed in 30 milliseconds