Home | History | Annotate | Download | only in slirp

Lines Matching full:ack

64  * Set DELACK for segments received in order, but ack immediately
475 * candidate. If the length is zero and the ack moved
479 * is non-zero and the ack didn't move, we're the
482 * the socket buffer and note that we need a delayed ack.
495 * If last ACK falls within this segment's sequence numbers,
509 * this is a pure ack for outstanding data.
584 * If this is a short packet, then ACK now - with Nagel
586 * he gets an ACK.
613 * If the segment contains an ACK then it is bad and send a RST.
618 * <SEQ=ISS><ACK=RCV_NXT><CTL=SYN,ACK>
676 /* ACK the SYN, send RST to refuse the connection */
739 * if seg contains an ACK, but not for our SYN, drop the input.
744 * if seg contains ack then advance tp->snd_una
820 * drop leading data (and SYN); if nothing left, just ack.
875 * Send an ACK to resynchronize and drop any data.
876 * But keep on processing for RST or ACK.
909 * (and PUSH and FIN); if nothing left, just ACK.
933 * remember to ack. Otherwise, drop segment
934 * and ack.
949 * If last ACK falls within this segment's sequence numbers,
1004 * If the ACK bit is off we drop the segment and return.
1009 * Ack processing.
1013 * In SYN_RECEIVED state if the ack ACKs our SYN then enter
1015 * send an RST. una<=ack<=max
1025 * The sent SYN is ack'ed with our sequence number +1
1057 /* Avoid ack processing; snd_una==ti_ack => dup ack */
1062 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range
1063 * ACKs. If the ack is in the range
1066 * data from the retransmission queue. If this ACK reflects
1080 DEBUG_MISC((dfd," dup ack m = %lx so = %lx \n",
1085 * duplicate ack (ie, window info didn't
1086 * change), the ack is the biggest we've
1242 * the ESTABLISHED state if the ACK acknowledges our FIN
1257 * and/or to be acked, as well as for the ack of our FIN.
1282 * Don't look at window if no ACK: TAC's send garbage on first SYN.
1370 * If FIN is received ACK the FIN and let the user know
1434 * If this is a small packet, then ACK now - with Nagel
1436 * he gets an ACK.
1462 * Generate an ACK dropping incoming segment if it occupies
1463 * sequence space, where the ACK reflects our state.
1671 * We received an ack for a packet that wasn't retransmitted;