Home | History | Annotate | Download | only in netinet

Lines Matching refs:ftps_seq

1260 		f->ftps_seq[0] = thseq + 1;
1261 t->ftps_seq[0] = thack;
1317 rv, t->ftps_seq[0], t->ftps_seq[1], seqoff, ackoff);
1321 if (t->ftps_seq[0] == 0) {
1322 t->ftps_seq[0] = thack;
1326 if (t->ftps_seq[0] == thack)
1328 else if (t->ftps_seq[1] == thack) {
1329 t->ftps_seq[0] = thack;
1333 if (t->ftps_seq[0] + ackoff == thack) {
1334 t->ftps_seq[0] = thack;
1336 } else if (t->ftps_seq[0] == thack + ackoff) {
1337 t->ftps_seq[0] = thack + ackoff;
1339 } else if (t->ftps_seq[1] + ackoff == thack) {
1340 t->ftps_seq[0] = thack;
1342 } else if (t->ftps_seq[1] == thack + ackoff) {
1343 t->ftps_seq[0] = thack + ackoff;
1355 if (t->ftps_seq[0] + ackoff != thack &&
1356 t->ftps_seq[1] + ackoff != thack) {
1360 "ipf_p_ftp_process", t->ftps_seq[0],
1363 "ipf_p_ftp_process", t->ftps_seq[1],
1371 f->ftps_seq[0], f->ftps_seq[1]);
1375 if (thseq == f->ftps_seq[1]) {
1376 f->ftps_seq[0] = f->ftps_seq[1] - seqoff;
1377 f->ftps_seq[1] = thseq + 1 - seqoff;
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])) {
1404 inc = thseq - f->ftps_seq[0];
1407 printf("th_seq %x ftps_seq %x/%x\n",
1408 thseq, f->ftps_seq[0], f->ftps_seq[1]);
1421 f->ftps_seq[0] = thseq;
1422 f->ftps_seq[1] = f->ftps_seq[0] + mlen;
1500 /* f->ftps_seq[1] += inc; */
1544 /* f->ftps_seq[1] += inc; */
1546 f->ftps_seq[1]++;
1554 printf("ftps_seq[1] = %x inc %d len %d\n",
1555 f->ftps_seq[1], inc, mlen);