Lines Matching defs:seq2
729 u_32_t seq1, seq2;
759 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
760 if (seq1 > seq2) {
761 seq2 = aps->aps_seqoff[sel];
762 seq1 += seq2;
793 seq2 = aps->aps_ackoff[sel];
794 tcp->th_ack = htonl(seq1 - seq2);
811 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];
812 if (seq1 > seq2) {
813 seq2 = aps->aps_ackoff[sel];
814 seq1 += seq2;
850 seq2 = aps->aps_seqoff[sel];
851 tcp->th_ack = htonl(seq1 - seq2);