Home
last modified time | relevance | path

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

/NextBSD/sys/ufs/ufs/
HDufs_dirhash.c550 doff_t blkoff, bmask, offset, prevoff, seqoff; in ufsdirhash_lookup() local
590 seqoff = dh->dh_seqoff; in ufsdirhash_lookup()
594 if (seqoff != -1) { in ufsdirhash_lookup()
603 if (offset == seqoff) in ufsdirhash_lookup()
605 if (offset == seqoff) { in ufsdirhash_lookup()
613 seqoff = -1; in ufsdirhash_lookup()
667 if (seqoff != -1) { in ufsdirhash_lookup()
668 seqoff = -1; in ufsdirhash_lookup()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_ftp_pxy.c1293 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff, retry; local
1336 seqoff = aps->aps_seqoff[sel];
1337 if (aps->aps_seqmin[sel] > seqoff + thseq)
1338 seqoff = aps->aps_seqoff[!sel];
1343 seqoff = aps->aps_ackoff[sel];
1345 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1347 if (aps->aps_ackmin[sel] > seqoff + thseq)
1348 seqoff = aps->aps_ackoff[!sel];
1364 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1381 rv, t->ftps_seq[0], t->ftps_seq[1], seqoff, ackoff);
[all …]