Home | History | Annotate | Download | only in slirp-android

Lines Matching full:ack

64  * Set DELACK for segments received in order, but ack immediately
480 * candidate. If the length is zero and the ack moved
484 * is non-zero and the ack didn't move, we're the
487 * the socket buffer and note that we need a delayed ack.
500 * If last ACK falls within this segment's sequence numbers,
514 * this is a pure ack for outstanding data.
589 * If this is a short packet, then ACK now - with Nagel
591 * he gets an ACK.
618 * If the segment contains an ACK then it is bad and send a RST.
623 * <SEQ=ISS><ACK=RCV_NXT><CTL=SYN,ACK>
682 /* ACK the SYN, send RST to refuse the connection */
745 * if seg contains an ACK, but not for our SYN, drop the input.
750 * if seg contains ack then advance tp->snd_una
826 * drop leading data (and SYN); if nothing left, just ack.
881 * Send an ACK to resynchronize and drop any data.
882 * But keep on processing for RST or ACK.
915 * (and PUSH and FIN); if nothing left, just ACK.
939 * remember to ack. Otherwise, drop segment
940 * and ack.
955 * If last ACK falls within this segment's sequence numbers,
1010 * If the ACK bit is off we drop the segment and return.
1015 * Ack processing.
1019 * In SYN_RECEIVED state if the ack ACKs our SYN then enter
1021 * send an RST. una<=ack<=max
1031 * The sent SYN is ack'ed with our sequence number +1
1063 /* Avoid ack processing; snd_una==ti_ack => dup ack */
1068 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range
1069 * ACKs. If the ack is in the range
1072 * data from the retransmission queue. If this ACK reflects
1086 DEBUG_MISC((dfd," dup ack m = %lx so = %lx \n",
1091 * duplicate ack (ie, window info didn't
1092 * change), the ack is the biggest we've
1248 * the ESTABLISHED state if the ACK acknowledges our FIN
1263 * and/or to be acked, as well as for the ack of our FIN.
1288 * Don't look at window if no ACK: TAC's send garbage on first SYN.
1376 * If FIN is received ACK the FIN and let the user know
1440 * If this is a small packet, then ACK now - with Nagel
1442 * he gets an ACK.
1468 * Generate an ACK dropping incoming segment if it occupies
1469 * sequence space, where the ACK reflects our state.
1677 * We received an ack for a packet that wasn't retransmitted;