Lines Matching defs:thseq
1231 u_32_t thseq, thack;
1245 thseq = ntohl(tcp->th_seq);
1260 f->ftps_seq[0] = thseq + 1;
1273 if (aps->aps_seqmin[sel] > seqoff + thseq)
1281 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1283 if (aps->aps_ackmin[sel] > seqoff + thseq)
1300 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1375 if (thseq == f->ftps_seq[1]) {
1377 f->ftps_seq[1] = thseq + 1 - seqoff;
1379 DT2(thseq, ftpside_t *t, t, u_32_t, thseq);
1381 printf("FIN: thseq %x seqoff %d ftps_seq %x\n",
1382 thseq, seqoff, f->ftps_seq[0]);
1392 if ((thseq == f->ftps_seq[0]) || (thseq == f->ftps_seq[1])) {
1397 } else if ((thseq + mlen == f->ftps_seq[0]) ||
1398 (thseq + mlen == f->ftps_seq[1])) {
1403 DT3(ok_0, ftpside_t *, f, u_32_t, thseq, int, mlen);
1404 inc = thseq - f->ftps_seq[0];
1408 thseq, f->ftps_seq[0], f->ftps_seq[1]);
1421 f->ftps_seq[0] = thseq;