Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1332 seqoff = aps->aps_seqoff[sel];
1333 if (aps->aps_seqmin[sel] > seqoff + thseq)
1334 seqoff = aps->aps_seqoff[!sel];
1339 seqoff = aps->aps_ackoff[sel];
1341 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1343 if (aps->aps_ackmin[sel] > seqoff + thseq)
1344 seqoff = aps->aps_ackoff[!sel];
1360 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1436 f->ftps_seq[0] = f->ftps_seq[1] - seqoff;
1437 f->ftps_seq[1] = thseq + 1 - seqoff;
[all …]