Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1039 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff; local
1078 seqoff = aps->aps_seqoff[sel];
1079 if (aps->aps_seqmin[sel] > seqoff + thseq)
1080 seqoff = aps->aps_seqoff[!sel];
1085 seqoff = aps->aps_ackoff[sel];
1087 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1089 if (aps->aps_ackmin[sel] > seqoff + thseq)
1090 seqoff = aps->aps_ackoff[!sel];
1106 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1123 rv, t->ftps_seq[0], t->ftps_seq[1], seqoff, ackoff);
[all …]