Lines Matching defs:seq2
1151 u_32_t seq1, seq2;
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1182 if (seq1 > seq2) {
1183 seq2 = aps->aps_seqoff[sel];
1184 seq1 += seq2;
1215 seq2 = aps->aps_ackoff[sel];
1216 tcp->th_ack = htonl(seq1 - seq2);
1233 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];
1234 if (seq1 > seq2) {
1235 seq2 = aps->aps_ackoff[sel];
1236 seq1 += seq2;
1272 seq2 = aps->aps_seqoff[sel];
1273 tcp->th_ack = htonl(seq1 - seq2);