Home
last modified time | relevance | path

Searched refs:thseq (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1295 u_32_t thseq, thack; local
1309 thseq = ntohl(tcp->th_seq);
1320 f->ftps_seq[0] = thseq + 1;
1435 if (thseq == f->ftps_seq[1]) {
1437 f->ftps_seq[1] = thseq + 1 - seqoff;
1439 DT2(thseq, ftpside_t *t, t, u_32_t, thseq);
1442 thseq, seqoff, f->ftps_seq[0]);
1452 if ((thseq == f->ftps_seq[0]) || (thseq == f->ftps_seq[1])) {
1458 (thseq + mlen == f->ftps_seq[1])) {
1464 inc = thseq - f->ftps_seq[0];
[all …]